aboutsummaryrefslogtreecommitdiff
path: root/sword2/build_display.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/build_display.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/build_display.h')
-rw-r--r--sword2/build_display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/build_display.h b/sword2/build_display.h
index 84fda47aab..2fbfb3b313 100644
--- a/sword2/build_display.h
+++ b/sword2/build_display.h
@@ -58,7 +58,7 @@ extern uint32 cur_fore;
extern uint32 cur_fgp0;
extern uint32 cur_fgp1;
-#ifdef _DEBUG
+#ifdef _BS2_DEBUG
extern char largest_layer_info[128];
extern char largest_sprite_info[128];
#endif