From 240982a46e82ddfb8c03e1dd1b7f0d12a9281a7a Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Thu, 4 Feb 2016 17:22:23 +0100 Subject: AGI: Fix cursor position after save game descr. Cursor was placed incorrectly after entering saved game description using original load/save dialogs. --- engines/agi/systemui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/agi/systemui.cpp b/engines/agi/systemui.cpp index d5d9178d41..2dd6629103 100644 --- a/engines/agi/systemui.cpp +++ b/engines/agi/systemui.cpp @@ -274,9 +274,10 @@ bool SystemUI::askForSaveGameDescription(int16 slotId, Common::String &newDescri _text->drawMessageBox(_textSaveGameEnterDescription, 0, 31, true); + _text->inputEditOn(); + _text->charPos_Push(); _text->charAttrib_Push(); - _text->inputEditOn(); _text->charPos_SetInsideWindow(3, 0); _text->charAttrib_Set(15, 0); -- cgit v1.2.3