diff --git a/engines/titanic/sound/wave_file.h b/engines/titanic/sound/wave_file.h index 474f8b08172..17c7b62f4b1 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; } /**