mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 15:09:47 +00:00
TITANIC: Fix starting playback in music room
This commit is contained in:
parent
fbd1e87824
commit
2df37f4eb0
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user