aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/bitmaps.cpp
diff options
context:
space:
mode:
authorStrangerke2011-06-18 08:54:22 +0200
committerStrangerke2011-06-18 08:54:22 +0200
commit77d5c25472f414c2b0c49a920329a6811d271281 (patch)
tree053ca79adb471e2860fe86c84aa2bec46648dd78 /engines/cge/bitmaps.cpp
parent1ebe182ba1f707bbc10afb3626a30fed89ceb923 (diff)
downloadscummvm-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.cpp2
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"),