diff options
-rw-r--r-- | insane.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/insane.cpp b/insane.cpp index 01af6af0dd..0734818a76 100644 --- a/insane.cpp +++ b/insane.cpp @@ -1347,7 +1347,7 @@ void SmushPlayer::startVideo(short int arg, byte *videoFile) sm->_system->copy_rect(sm->_videoBuffer, 320, 0, 0, 320, 200); sm->_system->update_screen(); - sm->waitForTimer(18); + sm->waitForTimer(60); //sm->delta = sm->_system->waitTick(sm->delta); } |