Implemented the cutscene exit key during smush playback

svn-id: r3671
This commit is contained in:
Vincent Hamm 2002-03-06 21:22:56 +00:00
parent b499fa2616
commit 5b2e56509d

View File

@ -563,6 +563,11 @@ void SmushPlayer::startVideo(short int arg, byte* videoFile)
updateScreen(sm);
waitForTimer(sm,20);
if(sm->_keyPressed == sm->_vars[sm->VAR_CUTSCENEEXIT_KEY])
return;
} while (1);
}