aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/restaurant_phonograph.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-17 21:17:58 -0500
committerPaul Gilbert2017-02-17 21:17:58 -0500
commitc8c96e953073a0505fd4c7d1cf4754b443ce7c38 (patch)
tree2b34940d1aeb24f92765543b3098d94a74be2e89 /engines/titanic/game/restaurant_phonograph.h
parentfee0b81b39280440997e54ac7b28325420cd46c4 (diff)
downloadscummvm-rg350-c8c96e953073a0505fd4c7d1cf4754b443ce7c38.tar.gz
scummvm-rg350-c8c96e953073a0505fd4c7d1cf4754b443ce7c38.tar.bz2
scummvm-rg350-c8c96e953073a0505fd4c7d1cf4754b443ce7c38.zip
TITANIC: Fix playing phonograph when cylinder holder is open
Diffstat (limited to 'engines/titanic/game/restaurant_phonograph.h')
-rw-r--r--engines/titanic/game/restaurant_phonograph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/restaurant_phonograph.h b/engines/titanic/game/restaurant_phonograph.h
index 8f72eaf58f..67248447ab 100644
--- a/engines/titanic/game/restaurant_phonograph.h
+++ b/engines/titanic/game/restaurant_phonograph.h
@@ -37,7 +37,7 @@ class CRestaurantPhonograph : public CPhonograph {
bool QueryPhonographState(CQueryPhonographState *msg);
bool LockPhonographMsg(CLockPhonographMsg *msg);
private:
- int _fieldF8;
+ bool _isLocked;
CString _ejectSoundName;
CString _stopSoundName;
int _field114;