MCPcopy Create free account
hub / github.com/DFHack/dfhack / reset_reserved_texpos

Function reset_reserved_texpos

library/modules/Textures.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292static void reset_reserved_texpos() {
293 DEBUG(textures).print("resetting reserved texture mappings\n");
294 g_handle_to_reserved_texpos.clear();
295}
296
297static void reset_tilesets() {
298 DEBUG(textures).print("resetting tileset to handle mappings\n");

Callers 1

cleanupMethod · 0.85

Calls 2

printMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected