aboutsummaryrefslogtreecommitdiff
path: root/src/game/GameEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameEvent.cpp')
-rw-r--r--src/game/GameEvent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameEvent.cpp b/src/game/GameEvent.cpp
index 67d895cfc89..17084dd3ebf 100644
--- a/src/game/GameEvent.cpp
+++ b/src/game/GameEvent.cpp
@@ -956,7 +956,7 @@ uint32 GameEvent::Update() // return the next e
uint32 nextEventDelay = max_ge_check_delay; // 1 day
uint32 calcDelay;
std::set<uint16> activate, deactivate;
- for (uint16 itr = 1; itr < mGameEvent.size(); itr++)
+ for (uint16 itr = 1; itr < mGameEvent.size(); ++itr)
{
// must do the activating first, and after that the deactivating
// so first queue it