aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/scummsys.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 7b81dabece..18e21a2bc3 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -290,13 +290,7 @@
//
// Overlay color type (FIXME: shouldn't be declared here)
//
-#if defined(NEWGUI_256)
- // 256 color only on PalmOS
- typedef byte OverlayColor;
-#else
- // 15/16 bit color mode everywhere else...
- typedef uint16 OverlayColor;
-#endif
+typedef uint16 OverlayColor;
#include "common/forbidden.h"