From fe77356f14255d86fe61130d1939243ce7fc59b1 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 10 Oct 2012 21:28:24 +0000 Subject: Added space mine proof of concept. --- src/game/base/game.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/base/game.h') diff --git a/src/game/base/game.h b/src/game/base/game.h index fb64798..6a17d16 100644 --- a/src/game/base/game.h +++ b/src/game/base/game.h @@ -34,7 +34,8 @@ const unsigned int jumppoint_enttype = 260; const unsigned int jumpgate_enttype = 261; const unsigned int station_enttype = 262; const unsigned int cargopod_enttype = 263; -const unsigned int race_enttype = 264; +const unsigned int spacemine_enttype = 264; +const unsigned int race_enttype = 280; // planet docking distance const float planet_safe_distance = 50.0f; -- cgit v1.2.3