diff options
-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); |