01.01.2014, 16:35
I have some problem one day but it fixed when the max "45" setted on the top e.g : #define LoopMax 45
Then :
for(new i; i < LoopMax; i++)
{
//your code
}
Then :
for(new i; i < LoopMax; i++)
{
//your code
}