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

Function update_minimap

plugins/reveal.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89static void update_minimap() {
90 game->minimap.update = 1;
91 game->minimap.mustmake = 1;
92}
93
94static void do_reveal_adventure(color_ostream &out, bool no_hell, bool incremental);
95command_result reveal(color_ostream &out, vector<string> & params);

Callers 3

do_reveal_fortFunction · 0.85
unrevealFunction · 0.85
unhideFlood_internalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected