aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/restaurant_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/restaurant_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/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 9661df0dfb..8f72eaf58f 100644
--- a/engines/titanic/game/restaurant_phonograph.h
+++ b/engines/titanic/game/restaurant_phonograph.h
@@ -39,7 +39,7 @@ class CRestaurantPhonograph : public CPhonograph {
private:
int _fieldF8;
CString _ejectSoundName;
- CString _string3;
+ CString _stopSoundName;
int _field114;
public:
CLASSDEF;