TITANIC: Fix starting playback in music room

This commit is contained in:
Paul Gilbert 2017-08-10 19:55:43 -04:00
parent fbd1e87824
commit 2df37f4eb0

View File

@ -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;
}
/**