| 280 | } |
| 281 | |
| 282 | void NPC_entwrap_reset(xEnt* ent) |
| 283 | { |
| 284 | xNPCBasic* npc = (xNPCBasic*)ent; |
| 285 | npc->DBG_HaltOnMe(0, NULL); |
| 286 | npc->Reset(); |
| 287 | } |
| 288 | |
| 289 | void NPC_entwrap_update(xEnt* ent, xScene* scn, F32 dt_caller) |
| 290 | { |
nothing calls this directly
no test coverage detected