Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
281
void Sprites_UnloadTiles(void)
282
{
283
s_iconLoaded = false;
284
}
285
286
/**
287
* Loads a CPS file.
Callers
5
Structure_BuildObject
Function · 0.85
GameLoop_LevelEnd
Function · 0.85
GUI_Widget_Mentat_Click
Function · 0.85
GUI_Mentat_Show
Function · 0.85
GUI_Widget_Options_Click
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected