mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 22:51:11 +00:00
Clear input queue before displaying the credits in Kyrandia 1.
svn-id: r43474
This commit is contained in:
parent
b7b6370463
commit
09a8fa4efb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user