How about the first rule in C++, always set a deleted pointer to NULL. That can 
save you a bit of debuging.
So after deleting
 IGame->game_actors[i]
call IGame->game_actors[i] = 0;

--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to