mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +00:00
Fix for bug #1893564 - "AGI: Texts messed out in Naturette 1"
svn-id: r30916
This commit is contained in:
parent
faeb81fb62
commit
a7e7dfe122
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user