mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- 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:
parent
d8c74a8b00
commit
8a98f9b3ca
12 changed files with 17 additions and 73 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue