Closed dariost closed 9 years ago
In line 1093 there's a second else if (NumJumps == 3) (which can never happen to be true, since there is another one in line 1091)
1093
else if (NumJumps == 3)
1091
Thank you dariost
In line
1093
there's a secondelse if (NumJumps == 3)
(which can never happen to be true, since there is another one in line1091
)