diff options
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r-- | engines/simon/simon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h index 70e667a3d2..9ff7632549 100644 --- a/engines/simon/simon.h +++ b/engines/simon/simon.h @@ -1027,7 +1027,7 @@ protected: void vcWriteVar(uint var, int16 value); void vcSkipNextInstruction(); - int getScale(int y, int x); + int getScale(int16 y, int16 x); void checkScrollX(int16 x, int16 xpos); void checkScrollY(int16 y, int16 ypos); void centreScroll(); |