aboutsummaryrefslogtreecommitdiff
path: root/src/game/WaypointManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/WaypointManager.cpp')
-rw-r--r--src/game/WaypointManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WaypointManager.cpp b/src/game/WaypointManager.cpp
index 61d2b041092..8a694ab21ff 100644
--- a/src/game/WaypointManager.cpp
+++ b/src/game/WaypointManager.cpp
@@ -93,7 +93,7 @@ void WaypointStore::Load()
last_id = id;
- } while(result->NextRow()) ;
+ } while (result->NextRow()) ;
sLog.outString();
sLog.outString(">> Loaded %u waypoints", count);