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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game/base/game.h b/src/game/base/game.h
index 1aaba51..f4ce8c0 100644
--- a/src/game/base/game.h
+++ b/src/game/base/game.h
@@ -33,10 +33,11 @@ const unsigned int navpoint_enttype = 259;
const unsigned int jumppoint_enttype = 260;
const unsigned int jumpgate_enttype = 261;
const unsigned int station_enttype = 262;
+const unsigned int cargopod_enttype = 263;
// info class type constants
-const unsigned int shipmodel_class_id = 1;
-const unsigned int commodity_class_id = 2;
+//const unsigned int shipmodel_class_id = 1;
+//const unsigned int commodity_class_id = 2;
/// default player settings
class Default
@@ -109,6 +110,7 @@ private:
static void func_buy(core::Player *player, std::string const &args);
static void func_sell(core::Player *player, const std::string &args);
static void func_give(core::Player *player, const std::string &args);
+ static void func_eject(core::Player *player, const std::string &args);
};
/// factory function