Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-11-10 12:19:01 +0000
committerStijn Buys <ingar@osirion.org>2013-11-10 12:19:01 +0000
commit7ddcc5fe68c58205ced08c596b74b74b85de2d4e (patch)
tree257fecf3dd21c2e1fb44d7f9cd7491d7ad07ab35 /src/game/base/game.cc
parent714ca6fdf281e0a9503d3a0cfe683ac78fc1d30c (diff)
Separated the WayPoint class into its own files.
Diffstat (limited to 'src/game/base/game.cc')
-rw-r--r--src/game/base/game.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/game.cc b/src/game/base/game.cc
index c4d6069..e34f9a3 100644
--- a/src/game/base/game.cc
+++ b/src/game/base/game.cc
@@ -1833,7 +1833,7 @@ bool Game::load_zone(core::Zone *zone)
CheckPoint *racetrack_checkpoint = 0;
Patrol *patrol = 0;
- Patrol::WayPoint *patrol_waypoint = 0;
+ WayPoint *patrol_waypoint = 0;
NPCType *patrol_npctype = 0;
bool b;