svn-id: r35705
This commit is contained in:
Filippos Karapetis 2009-01-03 16:03:50 +00:00
parent e7cbd2e14f
commit 3ee62c226f

View File

@ -123,7 +123,7 @@ void MoviePlayerSMK::processFrame() {
// Update the screen
_vm->_system->updateScreen();
// Wait before showing the net frame
// Wait before showing the next frame
_vm->_system->delayMillis(waitTime);
}