Closed DanWin closed 9 years ago
Based on similar pull-request: https://github.com/supertuxkart/stk-code/pull/2117#issuecomment-97317499 I'm closing this as invalid.
Also, gcc should be capable of optimizing this, so there shouldn't be any difference in the performance.
Use prefix instead of postfix operators for iterations and reduce the scope of a variable as indicated by cppcheck to increase performance.