Fix loop and control flow syntax

This commit is contained in:
Tad Hardesty
2020-01-18 22:56:10 -08:00
parent 6ed5f8de4b
commit 7bd3208cc6
5 changed files with 6 additions and 6 deletions

View File

@@ -172,7 +172,7 @@
if(!CheckToken("(", /token/symbol)) //Check for and skip open parenthesis
return
var/loops = 0
for()
while(TRUE)
loops++
if(loops>=6000)
CRASH("Something TERRIBLE has gone wrong in ParseFunctionStatement ;__;")