From 8fe71870605ff9f42b4e17ef7c4ea37cef6f0452 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 12 Aug 2017 15:50:52 -0400 Subject: TITANIC: Fix resuming well music after looking down well --- engines/titanic/core/saveable_object.cpp | 2 -- 1 file changed, 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); -- cgit v1.2.3