diff options
author | Paul Gilbert | 2011-10-22 08:49:33 +1100 |
---|---|---|
committer | Paul Gilbert | 2011-10-22 08:49:33 +1100 |
commit | a2fa753e45057d0cebc167c03ad55cae5c835a1b (patch) | |
tree | 4e24d9d59140bcd76c8dd46a82b60ec5b2dcbfa4 | |
parent | c7a0d70d34ad6b01a5ec63deb140f85a5e8e2f1d (diff) | |
download | scummvm-rg350-a2fa753e45057d0cebc167c03ad55cae5c835a1b.tar.gz scummvm-rg350-a2fa753e45057d0cebc167c03ad55cae5c835a1b.tar.bz2 scummvm-rg350-a2fa753e45057d0cebc167c03ad55cae5c835a1b.zip |
TSAGE: Minor bugfix for redundant messages being shown in BF Scene 910
-rw-r--r-- | engines/tsage/blue_force/blueforce_scenes9.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/blue_force/blueforce_scenes9.cpp b/engines/tsage/blue_force/blueforce_scenes9.cpp index ad42468742..c2eb2d359e 100644 --- a/engines/tsage/blue_force/blueforce_scenes9.cpp +++ b/engines/tsage/blue_force/blueforce_scenes9.cpp @@ -2773,6 +2773,7 @@ void Scene910::process(Event &event) { SET_Y, GLOBALS._sceneManager._scene->_sceneBounds.top + BF_INTERFACE_Y + 2, SET_FONT, 4, SET_BG_COLOR, 1, SET_FG_COLOR, 19, SET_EXT_BGCOLOR, 9, SET_EXT_FGCOLOR, 13, LIST_END); + event.handled = true; break; case CURSOR_WALK: if (BF_GLOBALS._v4CEE2 == 1) { |