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-03 23:35:59 +0000
committerStijn Buys <ingar@osirion.org>2013-11-03 23:35:59 +0000
commit8126e1941666f5dccd61e9ecc60db162049bb8ff (patch)
tree9468363f1670352ec8d5f2155cfcfa77b602d772 /src/game/base/game.h
parentfb18eff66171e855e378575b534683e4fb9c20f5 (diff)
Added initial support for NPC patrol routes,
added support for lawfull/unlawfull factions.
Diffstat (limited to 'src/game/base/game.h')
-rw-r--r--src/game/base/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/base/game.h b/src/game/base/game.h
index 2fc5d95..bb1c9ae 100644
--- a/src/game/base/game.h
+++ b/src/game/base/game.h
@@ -36,6 +36,7 @@ const unsigned int station_enttype = 262;
const unsigned int cargopod_enttype = 263;
const unsigned int spacemine_enttype = 264;
const unsigned int race_enttype = 280;
+const unsigned int patrol_enttype = 512;
// ship engine delay times
const float jump_timer_delay = 5.0f;