MCPcopy Create free account
hub / github.com/OpenDUNE/OpenDUNE / Sprites_UnloadTiles

Function Sprites_UnloadTiles

src/sprites.c:281–284  ·  view source on GitHub ↗

* Unloads the sprites for tiles. */

Source from the content-addressed store, hash-verified

279 * Unloads the sprites for tiles.
280 */
281void Sprites_UnloadTiles(void)
282{
283 s_iconLoaded = false;
284}
285
286/**
287 * Loads a CPS file.

Callers 5

Structure_BuildObjectFunction · 0.85
GameLoop_LevelEndFunction · 0.85
GUI_Widget_Mentat_ClickFunction · 0.85
GUI_Mentat_ShowFunction · 0.85
GUI_Widget_Options_ClickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected