aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/code_wheel.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-10-07 21:56:52 -0400
committerPaul Gilbert2017-10-07 21:56:52 -0400
commitbca0a3f2da8db9cfe3c39000e4a9ce3f15ba6ad7 (patch)
tree509e73ddf7e5fea121d2df1063cf4d70c155554a /engines/titanic/game/code_wheel.h
parent76e5a0246c61b4104ec40b084375ea7c134e4a7a (diff)
downloadscummvm-rg350-bca0a3f2da8db9cfe3c39000e4a9ce3f15ba6ad7.tar.gz
scummvm-rg350-bca0a3f2da8db9cfe3c39000e4a9ce3f15ba6ad7.tar.bz2
scummvm-rg350-bca0a3f2da8db9cfe3c39000e4a9ce3f15ba6ad7.zip
TITANIC: DE: Fixes for bomb code wheels
Diffstat (limited to 'engines/titanic/game/code_wheel.h')
-rw-r--r--engines/titanic/game/code_wheel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/titanic/game/code_wheel.h b/engines/titanic/game/code_wheel.h
index 3d19eeb53c..4de937b5cc 100644
--- a/engines/titanic/game/code_wheel.h
+++ b/engines/titanic/game/code_wheel.h
@@ -39,8 +39,7 @@ private:
int _value;
bool _matched;
// German specific fields
- int _field114;
- int _field118;
+ int _row, _column;
public:
CLASSDEF;
CodeWheel();