diff options
-rw-r--r-- | engines/agi/systemui.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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); |