diff options
Diffstat (limited to 'src/game/WaypointManager.cpp')
-rw-r--r-- | src/game/WaypointManager.cpp | 2 |
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); |