| 2479 | } |
| 2480 | |
| 2481 | void cFodder::Mission_Sprites_Handle() { |
| 2482 | |
| 2483 | #ifndef _OFED |
| 2484 | Sprite_Frame_Modifier_Update(); |
| 2485 | Sprite_Handle_Loop(); |
| 2486 | #endif |
| 2487 | |
| 2488 | Sprite_Sort_DrawList(); |
| 2489 | |
| 2490 | MapTile_UpdateFromCamera(); |
| 2491 | |
| 2492 | Map_Destroy_Tiles(); |
| 2493 | Sprites_Draw(mSurfaceFinal); |
| 2494 | } |
| 2495 | |
| 2496 | void cFodder::Sprite_Sort_DrawList() { |
| 2497 |
nothing calls this directly
no outgoing calls
no test coverage detected