[Scummvm-git-logs] scummvm master -> fb26cd92ddd80b49fd2521e8acb96112981187d9
dreammaster
noreply at scummvm.org
Thu Oct 23 09:10:37 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
fb26cd92dd BAGEL: METAGAME: Change TRACE to need a high debug level
Commit: fb26cd92ddd80b49fd2521e8acb96112981187d9
https://github.com/scummvm/scummvm/commit/fb26cd92ddd80b49fd2521e8acb96112981187d9
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-10-23T02:10:31-07:00
Commit Message:
BAGEL: METAGAME: Change TRACE to need a high debug level
Changed paths:
engines/bagel/hodjnpodj/hnplibs/stdinc.h
diff --git a/engines/bagel/hodjnpodj/hnplibs/stdinc.h b/engines/bagel/hodjnpodj/hnplibs/stdinc.h
index e0b963d63cf..07630e89c7d 100644
--- a/engines/bagel/hodjnpodj/hnplibs/stdinc.h
+++ b/engines/bagel/hodjnpodj/hnplibs/stdinc.h
@@ -65,7 +65,7 @@ enum {
#define MAX_DIRPATH 256
#define Assert(f) assert(f)
-#define TRACE(s) debug("%s", (s))
+#define TRACE(s) debug(9, "%s", (s))
#define WF_80x87 1024
#define WF_CPU186 128
More information about the Scummvm-git-logs
mailing list