mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 03:31:40 +00:00
Fix regression, that caused text to be cut short in Elvira 1/2.
svn-id: r35327
This commit is contained in:
parent
b3475d8178
commit
a1fdbb8695
@ -422,10 +422,9 @@ void AGOSEngine::hitarea_stuff_helper_2() {
|
||||
}
|
||||
|
||||
void AGOSEngine::permitInput() {
|
||||
if (!_mortalFlag)
|
||||
if (_mortalFlag)
|
||||
return;
|
||||
|
||||
|
||||
_mortalFlag = true;
|
||||
justifyOutPut(0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user