This commit is contained in:
Max-Wilhelm Bruker 2010-03-09 14:43:06 +01:00
parent 15aa6a600a
commit 929f4f9b4d
10 changed files with 14 additions and 30 deletions

View file

@ -154,6 +154,11 @@ void Server_Game::stopGameIfFinished()
return;
gameStarted = false;
playerIterator.toFront();
while (playerIterator.hasNext())
playerIterator.next().value()->clearZones();
playerIterator.toFront();
while (playerIterator.hasNext()) {
Server_Player *player = playerIterator.next().value();