Clear input queue before displaying the credits in Kyrandia 1.

svn-id: r43474
This commit is contained in:
Johannes Schickel 2009-08-17 12:22:30 +00:00
parent b7b6370463
commit 09a8fa4efb

View File

@ -1134,6 +1134,11 @@ void KyraEngine_LoK::seq_playEnding() {
_seqPlayerFlag = false;
_screen->showMouse();
// To avoid any remaining input events, we remove the queue
// over here.
_eventList.clear();
if (_flags.platform == Common::kPlatformAmiga) {
_screen->_charWidth = -2;
_screen->setCurPage(2);