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-10-20 17:38:55 +0000
committerStijn Buys <ingar@osirion.org>2010-10-20 17:38:55 +0000
commit08f0d0fb6a57f9c398bc03ed9a3cc9537a1f3e18 (patch)
treeb7d67889e895b1fe5d7f70aab7b4296d77ff7e89 /src/game/base/game.h
parent21e6267e3f998a467ca3b5ec225e6d03653aed97 (diff)
docking functions cleanup, jumpgates work again
Diffstat (limited to 'src/game/base/game.h')
-rw-r--r--src/game/base/game.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/base/game.h b/src/game/base/game.h
index 7dc17bb..1042367 100644
--- a/src/game/base/game.h
+++ b/src/game/base/game.h
@@ -35,6 +35,12 @@ const unsigned int jumpgate_enttype = 261;
const unsigned int station_enttype = 262;
const unsigned int cargopod_enttype = 263;
+// planet docking distance
+const float planet_safe_distance = 150.0f;
+
+const float jump_timer_delay = 5.0f;
+const float impulse_timer_delay = 3.0f;
+
// info class type constants
//const unsigned int shipmodel_class_id = 1;
//const unsigned int commodity_class_id = 2;