diff options
Diffstat (limited to 'scumm/intern.h')
-rw-r--r-- | scumm/intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index 892f31c7ac..6963756b8f 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -784,7 +784,7 @@ protected: virtual void executeOpcode(byte i); virtual const char *getOpcodeDesc(byte i); - void loadImgSpot(int resId, int state, Common::Point spot); + void loadImgSpot(int resId, int state, Common::Point &spot); void loadWizCursor(int resId, int resType, bool state); |