Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/patrol.h')
-rw-r--r--src/game/base/patrol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/base/patrol.h b/src/game/base/patrol.h
index 4c612fe..0e03234 100644
--- a/src/game/base/patrol.h
+++ b/src/game/base/patrol.h
@@ -118,6 +118,8 @@ public:
private:
void set_leader();
+ bool route_alive() const;
+
WayPoints patrol_waypoints;
WayPoints::iterator patrol_waypoint_current;