diff options
author | Strangerke | 2011-06-18 08:54:22 +0200 |
---|---|---|
committer | Strangerke | 2011-06-18 08:54:22 +0200 |
commit | 77d5c25472f414c2b0c49a920329a6811d271281 (patch) | |
tree | 053ca79adb471e2860fe86c84aa2bec46648dd78 /engines/cge/bitmaps.cpp | |
parent | 1ebe182ba1f707bbc10afb3626a30fed89ceb923 (diff) | |
download | scummvm-rg350-77d5c25472f414c2b0c49a920329a6811d271281.tar.gz scummvm-rg350-77d5c25472f414c2b0c49a920329a6811d271281.tar.bz2 scummvm-rg350-77d5c25472f414c2b0c49a920329a6811d271281.zip |
CGE: Suppress some defines, fix semi-columns in template definitions
Diffstat (limited to 'engines/cge/bitmaps.cpp')
-rw-r--r-- | engines/cge/bitmaps.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cge/bitmaps.cpp b/engines/cge/bitmaps.cpp index 77012c0488..cabe04b784 100644 --- a/engines/cge/bitmaps.cpp +++ b/engines/cge/bitmaps.cpp @@ -224,7 +224,6 @@ static uint8 MEDesign[][9] = { { R R R R R R R R R }, // 0 namespace CGE { -#ifdef DEBUG BMP_PTR MB[] = { new BITMAP("BRICK"), NULL @@ -234,7 +233,6 @@ BMP_PTR HL[] = { new BITMAP("HLINE"), NULL }; -#endif BMP_PTR MC[] = { new BITMAP("MOUSE"), |