aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/code_wheel.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-19 21:31:37 -0500
committerPaul Gilbert2017-02-19 21:31:37 -0500
commit6c4bdd7e794bf1bb023cb925bea4fa84278569e7 (patch)
tree7ac0b0e85d4f3f5a6cda1b75ce484473a114c31d /engines/titanic/game/code_wheel.h
parent8813fee5ae0d8b941ffe6041134292134dee2638 (diff)
downloadscummvm-rg350-6c4bdd7e794bf1bb023cb925bea4fa84278569e7.tar.gz
scummvm-rg350-6c4bdd7e794bf1bb023cb925bea4fa84278569e7.tar.bz2
scummvm-rg350-6c4bdd7e794bf1bb023cb925bea4fa84278569e7.zip
TITANIC: Fixes and cleanup for CodeWheel
Diffstat (limited to 'engines/titanic/game/code_wheel.h')
-rw-r--r--engines/titanic/game/code_wheel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/game/code_wheel.h b/engines/titanic/game/code_wheel.h
index de246f56c4..ac654ff14f 100644
--- a/engines/titanic/game/code_wheel.h
+++ b/engines/titanic/game/code_wheel.h
@@ -34,9 +34,9 @@ class CodeWheel : public CBomb {
bool MouseButtonUpMsg(CMouseButtonUpMsg *msg);
bool MovieEndMsg(CMovieEndMsg *msg);
private:
- int _field108;
- int _state;
- int _field110;
+ int _correctValue;
+ int _value;
+ bool _isCorrect;
// German specific fields
int _field114;
int _field118;