Fix for bug #1893564 - "AGI: Texts messed out in Naturette 1"

svn-id: r30916
This commit is contained in:
Filippos Karapetis 2008-02-22 08:57:18 +00:00
parent faeb81fb62
commit a7e7dfe122

View File

@ -600,7 +600,7 @@ void AgiEngine::writeStatus() {
}
if (!_game.statusLine) {
int l = _game.lineStatus;
int l = _game.lineStatus + _game.lineUserInput;
clearLines(l, l, 0);
flushLines(l, l);
return;