MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Mission_Sprites_Handle

Method Mission_Sprites_Handle

Source/Fodder.cpp:2481–2494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2479}
2480
2481void 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
2496void cFodder::Sprite_Sort_DrawList() {
2497

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected