aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/phonograph.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-13 22:40:50 -0500
committerPaul Gilbert2017-02-13 22:40:50 -0500
commit8747e59c03ee75c4c04fa09c897cd43fdf9352ea (patch)
treec7d5e45bae4f270897fdc8c18c89ee079a672fa5 /engines/titanic/game/phonograph.h
parent3a41bed5632fa3171473ebe8efa9048190ac7b42 (diff)
downloadscummvm-rg350-8747e59c03ee75c4c04fa09c897cd43fdf9352ea.tar.gz
scummvm-rg350-8747e59c03ee75c4c04fa09c897cd43fdf9352ea.tar.bz2
scummvm-rg350-8747e59c03ee75c4c04fa09c897cd43fdf9352ea.zip
TITANIC: Renaming of phonograph fields
Diffstat (limited to 'engines/titanic/game/phonograph.h')
-rw-r--r--engines/titanic/game/phonograph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/phonograph.h b/engines/titanic/game/phonograph.h
index 3c4fb86f32..4cce6ecefd 100644
--- a/engines/titanic/game/phonograph.h
+++ b/engines/titanic/game/phonograph.h
@@ -37,10 +37,10 @@ class CPhonograph : public CMusicPlayer {
bool LeaveRoomMsg(CLeaveRoomMsg *msg);
bool MusicHasStartedMsg(CMusicHasStartedMsg *msg);
protected:
- CString _string2;
+ CString _unused;
bool _isPlaying;
bool _isRecording;
- int _fieldE8;
+ bool _isDisabled;
int _fieldEC;
int _fieldF0;
int _fieldF4;