aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bomb.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-19 21:54:50 -0500
committerPaul Gilbert2017-02-19 21:54:50 -0500
commitc1bc64d3912f60d6c5812f1f82d196eb78d5b4f2 (patch)
treefb7dff90e649f7c1e19fa6eee1f0a83228c0e868 /engines/titanic/game/bomb.h
parent6c4bdd7e794bf1bb023cb925bea4fa84278569e7 (diff)
downloadscummvm-rg350-c1bc64d3912f60d6c5812f1f82d196eb78d5b4f2.tar.gz
scummvm-rg350-c1bc64d3912f60d6c5812f1f82d196eb78d5b4f2.tar.bz2
scummvm-rg350-c1bc64d3912f60d6c5812f1f82d196eb78d5b4f2.zip
TITANIC: Renamings for CBomb class
Diffstat (limited to 'engines/titanic/game/bomb.h')
-rw-r--r--engines/titanic/game/bomb.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/titanic/game/bomb.h b/engines/titanic/game/bomb.h
index c965502a54..c474abf554 100644
--- a/engines/titanic/game/bomb.h
+++ b/engines/titanic/game/bomb.h
@@ -41,13 +41,13 @@ class CBomb : public CBackground {
DECLARE_MESSAGE_MAP;
private:
bool _active;
- int _fieldE4;
- int _fieldE8;
- int _fieldEC;
- int _fieldF0;
+ int _numCorrectWheels;
+ int _tappedCtr;
+ int _hammerCtr;
+ int _commentCtr;
int _countdown;
int _soundHandle;
- int _fieldFC;
+ int _unusedHandle;
int _startingTicks;
int _volume;
public: