- removed quitevent.

This was some meticulously preserved relic of bad old DOS times used to block OS facilities to close an app.
Since this has been worked around at a lower level already the variable was essentially without function but some quite bad code depended on it.
This commit is contained in:
Christoph Oelckers 2019-12-01 09:02:17 +01:00
parent d8c74a8b00
commit 8a98f9b3ca
12 changed files with 17 additions and 73 deletions

View file

@ -306,7 +306,6 @@ static int32_t defsparser(scriptfile *script)
}
#endif
handleevents();
if (quitevent) return 0;
tokn = getatoken(script,basetokens,ARRAY_SIZE(basetokens));
cmdtokptr = script->ltextptr;
switch (tokn)