aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/script.h
diff options
context:
space:
mode:
authorlukaslw2014-08-08 17:09:26 +0200
committerlukaslw2014-08-08 17:09:26 +0200
commitb0dd6db58ce46e809a4add71bc6cccacf79c4685 (patch)
tree9664bdf06eb30acd872e456f15b800f579b74be6 /engines/prince/script.h
parent4dbcdd19ec40b8b3d6ed416421eaff11a74181cf (diff)
downloadscummvm-rg350-b0dd6db58ce46e809a4add71bc6cccacf79c4685.tar.gz
scummvm-rg350-b0dd6db58ce46e809a4add71bc6cccacf79c4685.tar.bz2
scummvm-rg350-b0dd6db58ce46e809a4add71bc6cccacf79c4685.zip
PRINCE: Script update - readScriptFlagValue fix
Diffstat (limited to 'engines/prince/script.h')
-rw-r--r--engines/prince/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/script.h b/engines/prince/script.h
index 196a19512d..98f5000004 100644
--- a/engines/prince/script.h
+++ b/engines/prince/script.h
@@ -240,7 +240,7 @@ private:
// Helper functions
uint32 step(uint32 opcodePC);
- int16 readScriptFlagValue();
+ int32 readScriptFlagValue();
Flags::Id readScriptFlagId();
int checkSeq(byte *string);