From 2df37f4eb0dc661c0159ca397e66ef6fe19de64c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 10 Aug 2017 19:55:43 -0400 Subject: TITANIC: Fix starting playback in music room --- engines/titanic/sound/wave_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/titanic/sound/wave_file.h b/engines/titanic/sound/wave_file.h index 474f8b0817..17c7b62f4b 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; } /** -- cgit v1.2.3