aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/script.h
diff options
context:
space:
mode:
authorlukaslw2014-08-07 02:20:52 +0200
committerlukaslw2014-08-07 02:20:52 +0200
commit4dbcdd19ec40b8b3d6ed416421eaff11a74181cf (patch)
tree39c0a69c5a87803ad4203500cef84e5bcc8fc148 /engines/prince/script.h
parenta85a93f8886ef750e704302eabf1bfafc068206e (diff)
downloadscummvm-rg350-4dbcdd19ec40b8b3d6ed416421eaff11a74181cf.tar.gz
scummvm-rg350-4dbcdd19ec40b8b3d6ed416421eaff11a74181cf.tar.bz2
scummvm-rg350-4dbcdd19ec40b8b3d6ed416421eaff11a74181cf.zip
PRINCE: showNormAnims() fix
Diffstat (limited to 'engines/prince/script.h')
-rw-r--r--engines/prince/script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/prince/script.h b/engines/prince/script.h
index 9c397b0d1f..196a19512d 100644
--- a/engines/prince/script.h
+++ b/engines/prince/script.h
@@ -252,6 +252,8 @@ private:
typedef void (Interpreter::*OpcodeFunc)();
static OpcodeFunc _opcodes[];
+ static const int kGiveLetterScriptFix = 79002;
+
// Keep opcode handlers names as they are in original code
// it easier to switch back and forth
void O_WAITFOREVER();