From 08f0d0fb6a57f9c398bc03ed9a3cc9537a1f3e18 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 20 Oct 2010 17:38:55 +0000 Subject: docking functions cleanup, jumpgates work again --- src/game/base/game.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game/base/game.h') 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; -- cgit v1.2.3