While
Revision as of 06:10, 19 December 2022 by Teamred (talk | contribs) (Created page with "Vanilla Quake C has while and do while loops. They function much as in other languages allowing multiple passes through the same instruction set. Importantly, in Quake Enhanced, trying to loop more than 6644 times will cause the game to crash with a 'runaway loop error'")
Vanilla Quake C has while and do while loops.
They function much as in other languages allowing multiple passes through the same instruction set.
Importantly, in Quake Enhanced, trying to loop more than 6644 times will cause the game to crash with a 'runaway loop error'