From 862f1dc0ae63b476b620a817bb2ea73d9b35ef3f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 15 Oct 2010 13:01:44 +0000 Subject: added 'eject cargo' game command --- src/game/base/game.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/game/base/game.h') 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 -- cgit v1.2.3