diff options
author | lukaslw | 2014-11-08 21:00:47 +0100 |
---|---|---|
committer | lukaslw | 2014-11-08 21:00:47 +0100 |
commit | 71eedf9a3ebae5ba3c8bba075e4bc02fa5c474b2 (patch) | |
tree | 908af377c25a3a334fce37dbf76043c46fc939cf /engines/prince | |
parent | bb145b439d1ed243d3968264a191fb9760d0b629 (diff) | |
download | scummvm-rg350-71eedf9a3ebae5ba3c8bba075e4bc02fa5c474b2.tar.gz scummvm-rg350-71eedf9a3ebae5ba3c8bba075e4bc02fa5c474b2.tar.bz2 scummvm-rg350-71eedf9a3ebae5ba3c8bba075e4bc02fa5c474b2.zip |
PRINCE: Silence last comparison warning in gcc
Diffstat (limited to 'engines/prince')
-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 |