aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-05-15 21:31:03 +0000
committerMax Horn2003-05-15 21:31:03 +0000
commit82e2d852f15dea9fb75a4accee3f65f9bc5e3040 (patch)
treef48961d9d8dc05cb4f4673bd6b7358ae37d57562 /scumm/scumm.h
parent6cbfc1e3427bf74d124c0050f8169b9f5415be02 (diff)
downloadscummvm-rg350-82e2d852f15dea9fb75a4accee3f65f9bc5e3040.tar.gz
scummvm-rg350-82e2d852f15dea9fb75a4accee3f65f9bc5e3040.tar.bz2
scummvm-rg350-82e2d852f15dea9fb75a4accee3f65f9bc5e3040.zip
cleanup
svn-id: r7538
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 ae65fa0566..907e018c24 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1009,7 +1009,7 @@ public:
void initCharset(int charset);
void restoreCharsetBg();
- bool hasCharsetMask(int x, int y, int x2, int y2);
+ bool hasCharsetMask(int left, int top, int right, int bottom);
void CHARSET_1();
void drawString(int a);
void drawDescString(byte *msg);