Files
Recompilable-gscs-for-BO2-z…/patch_mp/maps
JezuzLizard 04c4467ded fixed several syntax errors and replace for loops with continues with while loops
For loops and foreaches with continues cause an infinite loop with the current compiler. As a result they can only be used in a while loop so any instances of a foreach or for loop with a continue must be converted to a while loop.
2020-05-07 15:29:11 -07:00
..