[Scummvm-git-logs] scummvm master -> 2df37f4eb0dc661c0159ca397e66ef6fe19de64c

dreammaster dreammaster at scummvm.org
Fri Aug 11 01:55:50 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:
2df37f4eb0 TITANIC: Fix starting playback in music room


Commit: 2df37f4eb0dc661c0159ca397e66ef6fe19de64c
    https://github.com/scummvm/scummvm/commit/2df37f4eb0dc661c0159ca397e66ef6fe19de64c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-10T19:55:43-04:00

Commit Message:
TITANIC: Fix starting playback in music room

Changed paths:
    engines/titanic/sound/wave_file.h


diff --git a/engines/titanic/sound/wave_file.h b/engines/titanic/sound/wave_file.h
index 474f8b0..17c7b62 100644
--- a/engines/titanic/sound/wave_file.h
+++ b/engines/titanic/sound/wave_file.h
@@ -106,7 +106,7 @@ public:
 	 * Returns true if the wave file has data loaded
 	 */
 	bool isLoaded() const {
-		return _waveData != nullptr;
+		return _waveData != nullptr || _pendingAudioStream != nullptr;
 	}
 
 	/**





More information about the Scummvm-git-logs mailing list