aboutsummaryrefslogtreecommitdiff
path: root/scumm/wiz_he.h
diff options
context:
space:
mode:
authorTravis Howell2006-01-16 09:20:27 +0000
committerTravis Howell2006-01-16 09:20:27 +0000
commit631797d7e004bf1bdddd6c129694307b6a19e4f5 (patch)
tree989b35bdb6daae2e0993d57ff751a2c4d850f8ae /scumm/wiz_he.h
parentfab5160c5fb68636fde396614a8c8d902d372789 (diff)
downloadscummvm-rg350-631797d7e004bf1bdddd6c129694307b6a19e4f5.tar.gz
scummvm-rg350-631797d7e004bf1bdddd6c129694307b6a19e4f5.tar.bz2
scummvm-rg350-631797d7e004bf1bdddd6c129694307b6a19e4f5.zip
Match sizes of original versions, to avoid possible overflows.
svn-id: r20052
Diffstat (limited to 'scumm/wiz_he.h')
-rw-r--r--scumm/wiz_he.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/wiz_he.h b/scumm/wiz_he.h
index 59b216e666..465ef33fb8 100644
--- a/scumm/wiz_he.h
+++ b/scumm/wiz_he.h
@@ -175,7 +175,7 @@ public:
void flushWizBuffer();
- void loadImgSpot(int resId, int state, int16 &x, int16 &y);
+ void loadImgSpot(int resId, int state, int32 &x, int32 &y);
void loadWizCursor(int resId);
void displayWizComplexImage(const WizParameters *params);