From 71eedf9a3ebae5ba3c8bba075e4bc02fa5c474b2 Mon Sep 17 00:00:00 2001 From: lukaslw Date: Sat, 8 Nov 2014 21:00:47 +0100 Subject: PRINCE: Silence last comparison warning in gcc --- engines/prince/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/prince/script.h') 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 -- cgit v1.2.3