[Scummvm-git-logs] scummvm master -> fae75b63fdb72f1bad87d7aa7e0bc2e930d3d2cb

digitall noreply at scummvm.org
Fri Mar 25 09:08:53 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fae75b63fd SAGA2: Remove Now Unused Debug Define Symbols


Commit: fae75b63fdb72f1bad87d7aa7e0bc2e930d3d2cb
    https://github.com/scummvm/scummvm/commit/fae75b63fdb72f1bad87d7aa7e0bc2e930d3d2cb
Author: D G Turner (digitall at scummvm.org)
Date: 2022-03-25T09:07:34Z

Commit Message:
SAGA2: Remove Now Unused Debug Define Symbols

Changed paths:
    engines/saga2/main.cpp
    engines/saga2/tower.cpp


diff --git a/engines/saga2/main.cpp b/engines/saga2/main.cpp
index 453f1bf1a4f..19c763d135e 100644
--- a/engines/saga2/main.cpp
+++ b/engines/saga2/main.cpp
@@ -55,9 +55,6 @@ namespace Saga2 {
    Optional Debugging Code
  * ===================================================================== */
 
-// enable the following to display event loop processing
-#define DEBUG_LOOP 0
-
 extern char            *gameTimeStr;
 extern bool             underground;
 extern char             commandLineHelp[];
diff --git a/engines/saga2/tower.cpp b/engines/saga2/tower.cpp
index a94affe67cc..268a3102cf2 100644
--- a/engines/saga2/tower.cpp
+++ b/engines/saga2/tower.cpp
@@ -30,9 +30,6 @@
 
 namespace Saga2 {
 
-// enable the following to display startup states
-#define DEBUG_INIT 0
-
 /* ===================================================================== *
    Imports
  * ===================================================================== */




More information about the Scummvm-git-logs mailing list