| 9328 | } |
| 9329 | |
| 9330 | void cFodder::Squad_Walk_Target_Update(int16 pData0) { |
| 9331 | mSquad_WalkTargets[pData0]->asInt = -1; |
| 9332 | |
| 9333 | sSprite** Data24 = mSquads[pData0]; |
| 9334 | |
| 9335 | for (;;) { |
| 9336 | |
| 9337 | if (*Data24 == INVALID_SPRITE_PTR) |
| 9338 | break; |
| 9339 | |
| 9340 | sSprite* Data28 = *Data24++; |
| 9341 | Data28->field_40 = 0; |
| 9342 | Data28->field_26 = Data28->field_0; |
| 9343 | Data28->field_28 = Data28->field_4; |
| 9344 | } |
| 9345 | |
| 9346 | } |
| 9347 | |
| 9348 | void cFodder::Sprite_Handle_Explosion_MapTiles(sSprite* pSprite) { |
| 9349 |
nothing calls this directly
no outgoing calls
no test coverage detected