26.01.2013, 08:54
I wouldn't use 100 as the array, I would be using MAX_OBJECTS, because the amount of objects can definitely reach higher than 100 at one time. So change myobject[100] to myobject[MAX_OBJECTS];, and if that doesn't work, feel free to post some of the code related to this problem, and I'll see if I can fix it.