PalmOS stuff

svn-id: r18976
This commit is contained in:
Chris Apers 2005-10-08 21:46:27 +00:00
parent 18b9523338
commit 03f95bc26a

View File

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