summaryrefslogtreecommitdiff
path: root/src/game-server/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/state.cpp')
-rw-r--r--src/game-server/state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/state.cpp b/src/game-server/state.cpp
index 01471378..930c475b 100644
--- a/src/game-server/state.cpp
+++ b/src/game-server/state.cpp
@@ -90,7 +90,7 @@ static void updateMap(MapComposite *map)
}
// 3. perform actions.
- for (BeingIterator i(map->getWholeMapIterator()); it; ++it)
+ for (BeingIterator it(map->getWholeMapIterator()); it; ++it)
{
(*it)->perform();
}