changed title from Bump MAXSKINS + fix skin overflow error to Bump MAXSKINS up to 64 + fix skin overflow error
Arrays in C are zero-indexed, i.e. they start from index 0 and end at index (arraysize-1). Assuming there are slots for 64 skins, then in fact index 63 is the last skin in this case. So all should be fine, yes.
merged