aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 3cf1e942c9..7eb1fb639b 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -420,10 +420,10 @@ FORCEINLINE uint16 SWAP_BYTES_16(uint16 a) {
#if defined(NEWGUI_256)
// 256 color only on PalmOS
- typedef byte NewGuiColor;
+ typedef byte OverlayColor;
#else
// 15/16 bit color mode everywhere else...
- typedef int16 NewGuiColor;
+ typedef int16 OverlayColor;
#endif
/*