aboutsummaryrefslogtreecommitdiff
path: root/engines/simon
diff options
context:
space:
mode:
authorTravis Howell2006-04-30 08:50:19 +0000
committerTravis Howell2006-04-30 08:50:19 +0000
commit49dbcc591e6f20615eb8fe18149a7fdb6a150aa7 (patch)
tree5ca621c77225a22a56fdd910829db2cad8d5bc8d /engines/simon
parent29a125dcdaf43ec3107f8503911054424bc46635 (diff)
downloadscummvm-rg350-49dbcc591e6f20615eb8fe18149a7fdb6a150aa7.tar.gz
scummvm-rg350-49dbcc591e6f20615eb8fe18149a7fdb6a150aa7.tar.bz2
scummvm-rg350-49dbcc591e6f20615eb8fe18149a7fdb6a150aa7.zip
Ooops, update var names for drawMousePart()
svn-id: r22242
Diffstat (limited to 'engines/simon')
-rw-r--r--engines/simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h
index bed42b1d5b..e03206c5e7 100644
--- a/engines/simon/simon.h
+++ b/engines/simon/simon.h
@@ -674,7 +674,7 @@ protected:
void pollMouseXY();
void drawMousePointer();
void drawMousePointer_FF();
- void drawMousePart(byte *dst, int pitch, int image, int offs, int &width, int &height);
+ void drawMousePart(byte *dst, int pitch, int image, int offs, int &hotSpotX, int &hotSpotY);
void defineArrowBoxes(WindowBlock *window);
void removeArrows(WindowBlock *window, uint num);