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