diff options
author | Paul Gilbert | 2016-02-26 22:08:54 -0500 |
---|---|---|
committer | Paul Gilbert | 2016-02-26 22:08:54 -0500 |
commit | bc3e04400843615a77fd8df5a911070350f2323e (patch) | |
tree | 3a2d7a3258499f6d64448b84d5ae31217c06e9dd /engines/titanic/messages | |
parent | b7cd6be9ebacf5ff7d0ee2e9a5220397c00e6943 (diff) | |
download | scummvm-rg350-bc3e04400843615a77fd8df5a911070350f2323e.tar.gz scummvm-rg350-bc3e04400843615a77fd8df5a911070350f2323e.tar.bz2 scummvm-rg350-bc3e04400843615a77fd8df5a911070350f2323e.zip |
TITANIC: Implemented CStartAction and CHammerDispensorButton
Diffstat (limited to 'engines/titanic/messages')
-rw-r--r-- | engines/titanic/messages/door_auto_sound_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/messages/door_auto_sound_event.h b/engines/titanic/messages/door_auto_sound_event.h index a231b2fa52..9bba304daa 100644 --- a/engines/titanic/messages/door_auto_sound_event.h +++ b/engines/titanic/messages/door_auto_sound_event.h @@ -28,7 +28,7 @@ namespace Titanic { class CDoorAutoSoundEvent : public CAutoSoundEvent { -private: +protected: CString _string1; CString _string2; int _fieldDC; |