[Scummvm-git-logs] scummvm master -> 8fe71870605ff9f42b4e17ef7c4ea37cef6f0452
dreammaster
dreammaster at scummvm.org
Sat Aug 12 21:50:58 CEST 2017
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8fe7187060 TITANIC: Fix resuming well music after looking down well
Commit: 8fe71870605ff9f42b4e17ef7c4ea37cef6f0452
https://github.com/scummvm/scummvm/commit/8fe71870605ff9f42b4e17ef7c4ea37cef6f0452
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-12T15:50:52-04:00
Commit Message:
TITANIC: Fix resuming well music after looking down well
Changed paths:
engines/titanic/core/saveable_object.cpp
diff --git a/engines/titanic/core/saveable_object.cpp b/engines/titanic/core/saveable_object.cpp
index 586036a..c794b6c 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);
More information about the Scummvm-git-logs
mailing list