MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / clearGoalsForAllSeats

Method clearGoalsForAllSeats

source/gamemap/GameMap.cpp:2144–2153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2142}
2143
2144void GameMap::clearGoalsForAllSeats()
2145{
2146 for (Seat* seat : mSeats)
2147 {
2148 seat->clearUncompleteGoals();
2149 seat->clearCompletedGoals();
2150 }
2151
2152 mGoalsForAllSeats.clear();
2153}
2154
2155bool GameMap::doFloodFill(Seat* seat, Tile* tile)
2156{

Callers

nothing calls this directly

Calls 3

clearUncompleteGoalsMethod · 0.80
clearCompletedGoalsMethod · 0.80
clearMethod · 0.80

Tested by

no test coverage detected