... if(my) { sys_marker("se6"); logNewValue("mE", me, debugLog, OFF); logNewValue("mY", my, debugLog, OFF); sys_marker("se7"); ENTITY* tmpE; for(tmpE=ent_next(NULL); tmpE; tmpE=ent_next(tmpE)) { if(tmpE==me) { ent_remove(me); break; } } if(tmpE != me) { error("entity not found ... dead?"); } } sys_marker("se8"); }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de