From 8126e1941666f5dccd61e9ecc60db162049bb8ff Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 3 Nov 2013 23:35:59 +0000 Subject: Added initial support for NPC patrol routes, added support for lawfull/unlawfull factions. --- src/game/base/game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/base/game.h') 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; -- cgit v1.2.3