diff options
Diffstat (limited to 'engines/mohawk/myst_scripts.h')
-rw-r--r-- | engines/mohawk/myst_scripts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/myst_scripts.h b/engines/mohawk/myst_scripts.h index 11d8a80a78..654d8d68ea 100644 --- a/engines/mohawk/myst_scripts.h +++ b/engines/mohawk/myst_scripts.h @@ -140,7 +140,7 @@ protected: uint16 _savedCardId; uint16 _savedCursorId; - uint16 _tempVar; // Generic temp var used by the scripts + int16 _tempVar; // Generic temp var used by the scripts static const uint8 _stackMap[]; static const uint16 _startCard[]; |