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 cb1673280ce..fb59b0bddbd 100644 --- a/src/game/WaypointManager.cpp +++ b/src/game/WaypointManager.cpp @@ -50,7 +50,7 @@ void WaypointStore::Load() return; } - WaypointPath* path_data; + WaypointPath* path_data = NULL; uint32 total_records = result->GetRowCount(); barGoLink bar(total_records); |