aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/code_wheel.h
diff options
context:
space:
mode:
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();