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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/game/base/game.h b/src/game/base/game.h
index 7e2a384..4f583a8 100644
--- a/src/game/base/game.h
+++ b/src/game/base/game.h
@@ -38,12 +38,10 @@ const unsigned int cargopod_enttype = 263;
// planet docking distance
const float planet_safe_distance = 50.0f;
+// ship engine delay times
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;
/// default player settings
class Default
@@ -52,7 +50,6 @@ public:
static core::Zone *zone;
static core::Entity *view;
static ShipModel *shipmodel;
- static model::Model *podmodel;
static long credits;
static void clear();