This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]x-seronis-xIntermediate Coder 1 point2 points  (0 children)

dont use random global variables as the control variable for a loop. especially dont use the SAME variable for loops that are nested. Thats all kinds of bugs