diff options
author | Paul Gilbert | 2017-08-12 15:50:52 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-08-12 15:50:52 -0400 |
commit | 8fe71870605ff9f42b4e17ef7c4ea37cef6f0452 (patch) | |
tree | 904be09e03e80f09d26b138f765ccea306a3ae39 /engines/titanic/core | |
parent | 76f82799df34f4e78f66f528e5f595b8bd09f71a (diff) | |
download | scummvm-rg350-8fe71870605ff9f42b4e17ef7c4ea37cef6f0452.tar.gz scummvm-rg350-8fe71870605ff9f42b4e17ef7c4ea37cef6f0452.tar.bz2 scummvm-rg350-8fe71870605ff9f42b4e17ef7c4ea37cef6f0452.zip |
TITANIC: Fix resuming well music after looking down well
Diffstat (limited to 'engines/titanic/core')
-rw-r--r-- | engines/titanic/core/saveable_object.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/titanic/core/saveable_object.cpp b/engines/titanic/core/saveable_object.cpp index 586036a5c1..c794b6c22e 100644 --- a/engines/titanic/core/saveable_object.cpp +++ b/engines/titanic/core/saveable_object.cpp @@ -1623,8 +1623,6 @@ void CSaveableObject::initClassList() { ADDFN(CGondolierSong, CRoomAutoSoundPlayer); ADDFN(CSeasonNoises, CViewAutoSoundPlayer); ADDFN(CSeasonalMusicPlayer, CAutoMusicPlayerBase); - ADDFN(CAutoMusicPlayer, CAutoMusicPlayerBase); - ADDFN(CAutoMusicPlayerBase, CAutoMusicPlayer); ADDFN(CTitaniaSpeech, CGameObject); ADDFN(CStarControl, CGameObject); ADDFN(CTimeEventInfo, ListItem); |