Fix regression, that caused text to be cut short in Elvira 1/2.

svn-id: r35327
This commit is contained in:
Travis Howell 2008-12-13 04:52:51 +00:00
parent b3475d8178
commit a1fdbb8695

View File

@ -422,10 +422,9 @@ void AGOSEngine::hitarea_stuff_helper_2() {
}
void AGOSEngine::permitInput() {
if (!_mortalFlag)
if (_mortalFlag)
return;
_mortalFlag = true;
justifyOutPut(0);