aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-12 15:50:52 -0400
committerPaul Gilbert2017-08-12 15:50:52 -0400
commit8fe71870605ff9f42b4e17ef7c4ea37cef6f0452 (patch)
tree904be09e03e80f09d26b138f765ccea306a3ae39
parent76f82799df34f4e78f66f528e5f595b8bd09f71a (diff)
downloadscummvm-rg350-8fe71870605ff9f42b4e17ef7c4ea37cef6f0452.tar.gz
scummvm-rg350-8fe71870605ff9f42b4e17ef7c4ea37cef6f0452.tar.bz2
scummvm-rg350-8fe71870605ff9f42b4e17ef7c4ea37cef6f0452.zip
TITANIC: Fix resuming well music after looking down well
-rw-r--r--engines/titanic/core/saveable_object.cpp2
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);