I am experimenting a little bit with gamestudio. I am making now a shooter game. I have an array with the pointer\'s to the enemies. I want. to when an enemy is killed. remo
Take a look at realloc which will allow you to resize the memory pointed to by a given pointer (which, in C, arrays are pointers).
realloc