31.08.2010, 17:47
try this: skin_index <= sizeof(Skins)
There might be some delay in the loop, so that it is ended when skin_index is too high (skin = Skins[skin_index++]) without running printf("%d", skin); again.
There might be some delay in the loop, so that it is ended when skin_index is too high (skin = Skins[skin_index++]) without running printf("%d", skin); again.