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/game.h')
-rw-r--r--src/game/base/game.h3
1 files changed, 2 insertions, 1 deletions
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;