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>2010-11-13 00:31:20 +0000
committerStijn Buys <ingar@osirion.org>2010-11-13 00:31:20 +0000
commit650cca5da5e15b9d4a85e7f734515f538b0cc0f3 (patch)
treee0c526e29a76254baccaa993079eb2324a5924cc /src/game/base/game.h
parent5f0973366367edd29caf42d113279c792aa890e0 (diff)
fixed broken game::RaceTrack docking, made race entities NonSolid
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 4f583a8..908aeb6 100644
--- a/src/game/base/game.h
+++ b/src/game/base/game.h
@@ -34,6 +34,7 @@ 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;
// planet docking distance
const float planet_safe_distance = 50.0f;