diff options
-rw-r--r-- | engines/prince/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/script.h b/engines/prince/script.h index 4799e84944..23c0468d15 100644 --- a/engines/prince/script.h +++ b/engines/prince/script.h @@ -241,7 +241,7 @@ private: typedef void (Interpreter::*OpcodeFunc)(); static OpcodeFunc _opcodes[]; - static const int kGiveLetterScriptFix = 79002; + static const uint kGiveLetterScriptFix = 79002; // Keep opcode handlers names as they are in original code // making it easier to switch back and forth |