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-15 13:01:44 +0000
committerStijn Buys <ingar@osirion.org>2010-10-15 13:01:44 +0000
commit862f1dc0ae63b476b620a817bb2ea73d9b35ef3f (patch)
treed2b6bdf6b252f82c022a728aab3df70f2e6cc2a6 /src/game/base/game.h
parent05b9767b65f76481ba6cb05a6115268149055cc8 (diff)
added 'eject cargo' game command
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