diff options
Diffstat (limited to 'Game')
-rw-r--r-- | Game/Code/switches.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc index 8bff4d0e..1162df35 100644 --- a/Game/Code/switches.inc +++ b/Game/Code/switches.inc @@ -40,7 +40,7 @@ {$I config-win.inc} // enable debug-mode. For development only! - {$DEFINE DEBUG} + //{$DEFINE DEBUG} {$IFDEF DEBUG} // windows apps are either GUI- or console-apps. Console-apps will open // an additional console-window for output. For development only! |