aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/code_wheel.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-11 14:16:11 -0400
committerPaul Gilbert2016-09-11 14:16:11 -0400
commitdd1a2b65e9a79b4d643c5b8fe3a8a35dd03c80c0 (patch)
treef1608efae67f5475ddf4fe456fdd7a9df1aed3d9 /engines/titanic/game/code_wheel.h
parentf207bc86cb29c6b941aeb3da0444d56e7d4d408d (diff)
downloadscummvm-rg350-dd1a2b65e9a79b4d643c5b8fe3a8a35dd03c80c0.tar.gz
scummvm-rg350-dd1a2b65e9a79b4d643c5b8fe3a8a35dd03c80c0.tar.bz2
scummvm-rg350-dd1a2b65e9a79b4d643c5b8fe3a8a35dd03c80c0.zip
TITANIC: Extra loading logic and translation code for German version
Diffstat (limited to 'engines/titanic/game/code_wheel.h')
-rw-r--r--engines/titanic/game/code_wheel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/game/code_wheel.h b/engines/titanic/game/code_wheel.h
index e38a45b631..de246f56c4 100644
--- a/engines/titanic/game/code_wheel.h
+++ b/engines/titanic/game/code_wheel.h
@@ -37,6 +37,9 @@ private:
int _field108;
int _state;
int _field110;
+ // German specific fields
+ int _field114;
+ int _field118;
public:
CLASSDEF;
CodeWheel();