aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon
diff options
context:
space:
mode:
authorPaul Gilbert2014-12-06 16:43:30 -0500
committerPaul Gilbert2014-12-12 23:02:06 -0500
commita1e5e8be9481add1402ea337039b755937ef6441 (patch)
tree6ea34dbd22b41933f29a100cd0a9b4dd5b21e597 /engines/access/amazon
parent40b84172969781899347aff208f87da9d243d0ba (diff)
downloadscummvm-rg350-a1e5e8be9481add1402ea337039b755937ef6441.tar.gz
scummvm-rg350-a1e5e8be9481add1402ea337039b755937ef6441.tar.bz2
scummvm-rg350-a1e5e8be9481add1402ea337039b755937ef6441.zip
ACCESS: Cleaned up event handling for scene establish text display
Diffstat (limited to 'engines/access/amazon')
-rw-r--r--engines/access/amazon/amazon_game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/access/amazon/amazon_game.cpp b/engines/access/amazon/amazon_game.cpp
index 902cfcd38a..979fffe2d3 100644
--- a/engines/access/amazon/amazon_game.cpp
+++ b/engines/access/amazon/amazon_game.cpp
@@ -201,6 +201,7 @@ void AmazonEngine::loadEstablish(int estabIndex) {
void AmazonEngine::doEstablish(int screenId, int estabIndex) {
_establishMode = 1;
+ _events->clearEvents();
_screen->forceFadeOut();
_screen->clearScreen();
_screen->setPanel(3);