On PalmOS too

svn-id: r15026
This commit is contained in:
Chris Apers 2004-09-12 11:07:32 +00:00
parent 6b58b000c6
commit 7988660bda
2 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ void IMuseDigital::stopAllSounds() {
break;
flushTracks();
_vm->_system->delay_msecs(50);
#ifdef _WIN32_WCE
#if defined(_WIN32_WCE) || defined (__PALM_OS__)
_vm->parseEvents(); // timers are events, we need to consume them
#endif
}

View File

@ -82,7 +82,7 @@ void IMuseDigital::startSound(int soundId, const char *soundName, int soundType,
Track *track = _track[l];
for (;;) {
#ifdef _WIN32_WCE
#if defined(_WIN32_WCE) || defined (__PALM_OS__)
_vm->parseEvents(); // timers are events, we need to consume them
#endif
flushTracks();