MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / AutomapClearVisMap

Function AutomapClearVisMap

Descent3/TelComAutoMap.cpp:204–204  ·  view source on GitHub ↗

clears out the list of visible rooms that we've seen

Source from the content-addressed store, hash-verified

202
203// clears out the list of visible rooms that we've seen
204void AutomapClearVisMap() { memset(AutomapVisMap, 0, MAX_ROOMS); }
205
206void ClassifyAMFaces() {
207 int i = 0;

Callers 1

LoadAndStartCurrentLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected