aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/scummsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index c349cc8c83..5e102159c3 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -449,7 +449,7 @@
typedef byte OverlayColor;
#else
// 15/16 bit color mode everywhere else...
- typedef int16 OverlayColor;
+ typedef uint16 OverlayColor;
#endif