aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-05-12 21:35:56 +0000
committerMax Horn2003-05-12 21:35:56 +0000
commitb2d7f502f6d2ce3564d2cf25b65bc98964866370 (patch)
tree676be49bcfa6cb6af84134b0124eb5f799518a80 /scumm/scumm.h
parent7848ce64ea3af438bb7254b5e4a768fa8fdf93e0 (diff)
downloadscummvm-rg350-b2d7f502f6d2ce3564d2cf25b65bc98964866370.tar.gz
scummvm-rg350-b2d7f502f6d2ce3564d2cf25b65bc98964866370.tar.bz2
scummvm-rg350-b2d7f502f6d2ce3564d2cf25b65bc98964866370.zip
made hasCharsetMask return a bool (fixes VC compilation warnings)
svn-id: r7478
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 142c7b55a2..6cf7d75a63 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1002,7 +1002,7 @@ public:
void initCharset(int charset);
void restoreCharsetBg();
- int hasCharsetMask(int x, int y, int x2, int y2);
+ bool hasCharsetMask(int x, int y, int x2, int y2);
void CHARSET_1();
void drawDescString(byte *msg);
byte *addMessageToStack(byte *msg);