[Scummvm-git-logs] scummvm branch-2-7 -> a9d790c98289ed2644163ea2836406be114ad341
AndywinXp
noreply at scummvm.org
Sun Jul 9 18:52:28 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a9d790c982 SCUMM: GUI: Fix some FM-Towns banner not disappearing properly
Commit: a9d790c98289ed2644163ea2836406be114ad341
https://github.com/scummvm/scummvm/commit/a9d790c98289ed2644163ea2836406be114ad341
Author: AndywinXp (andywinxp at gmail.com)
Date: 2023-07-09T20:52:15+02:00
Commit Message:
SCUMM: GUI: Fix some FM-Towns banner not disappearing properly
Changed paths:
engines/scumm/input.cpp
diff --git a/engines/scumm/input.cpp b/engines/scumm/input.cpp
index 49ce5ab9ca8..20a7f8e08b6 100644
--- a/engines/scumm/input.cpp
+++ b/engines/scumm/input.cpp
@@ -1038,7 +1038,7 @@ void ScummEngine::processKeyboard(Common::KeyState lastKeyHit) {
waitForBannerInput(60, ks, leftBtnPressed, rightBtnPressed);
} while (ks.ascii == '+' || ks.ascii == '-');
- if (_game.version > 6)
+ if (_game.version > 6 || _game.platform == Common::Platform::kPlatformFMTowns)
clearBanner();
pt.clear();
More information about the Scummvm-git-logs
mailing list