From c1bc64d3912f60d6c5812f1f82d196eb78d5b4f2 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 19 Feb 2017 21:54:50 -0500 Subject: TITANIC: Renamings for CBomb class --- engines/titanic/game/bomb.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engines/titanic/game/bomb.h') 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: -- cgit v1.2.3