aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/titanic/sound/wave_file.h2
1 files changed, 1 insertions, 1 deletions
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;
}
/**