From ba34243d5bbe7918bd43950cd84d775e946beb49 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 4 Jan 2016 23:17:27 +0100 Subject: WAGE: Make console window active when text is entered. Matches original --- engines/wage/gui.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/wage') diff --git a/engines/wage/gui.cpp b/engines/wage/gui.cpp index 1b5efbfbdc..d8bb220aa8 100644 --- a/engines/wage/gui.cpp +++ b/engines/wage/gui.cpp @@ -507,6 +507,11 @@ void Gui::drawInput() { if (!_screen.getPixels()) return; + if (_sceneIsActive) { + _sceneIsActive = false; + _bordersDirty = true; + } + const Graphics::Font *font = getConsoleFont(); int x = kConWPadding + _consoleTextArea.left; -- cgit v1.2.3