Searched refs:MapHasExits (Results 1 – 3 of 3) sorted by relevance
144 bool MapHasExits(const Map *m);
260 bool MapHasExits(const Map *m) in MapHasExits() function
694 const bool canExit = complete && (!MapHasExits(&gMap) || exitIndex >= 0); in CheckMissionCompletion()