aboutsummaryrefslogtreecommitdiff
path: root/sword2/console.h
diff options
context:
space:
mode:
authorJonathan Gray2003-07-28 09:49:46 +0000
committerJonathan Gray2003-07-28 09:49:46 +0000
commitf22cca2be21035760c6b2cfb72ad4e1ba5a08182 (patch)
treee588774ea7e4ebaee6b013066fabe3a5eb3af6e7 /sword2/console.h
parent84bccaa83b996ef49fbedf6bb52bb64e9f3c5fd4 (diff)
downloadscummvm-rg350-f22cca2be21035760c6b2cfb72ad4e1ba5a08182.tar.gz
scummvm-rg350-f22cca2be21035760c6b2cfb72ad4e1ba5a08182.tar.bz2
scummvm-rg350-f22cca2be21035760c6b2cfb72ad4e1ba5a08182.zip
rename _DEBUG define to _BS2_DEBUG to stop it conflicting with VC
svn-id: r9237
Diffstat (limited to 'sword2/console.h')
-rw-r--r--sword2/console.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sword2/console.h b/sword2/console.h
index f0d8dfeffd..7f68174996 100644
--- a/sword2/console.h
+++ b/sword2/console.h
@@ -23,7 +23,7 @@
#include "driver/driver96.h"
#include "memory.h"
-#ifdef _DEBUG
+#ifdef _BS2_DEBUG
void Init_console(void); //Tony9Sept96
uint32 One_console(void); //Tony12Aug96
@@ -45,7 +45,7 @@ extern uint8 grabbingSequences;
extern uint8 wantSfxDebug; // sfx debug file enabled/disabled from console
-#else // _DEBUG
+#else // _BS2_DEBUG
/*
#define Init_console NULL
#define One_console NULL
@@ -73,7 +73,7 @@ void Scroll_console(void);
//#define Var_check NULL
//#define Var_set NULL
-#endif // _DEBUG
+#endif // _BS2_DEBUG
extern uint32 console_status;