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/cargo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/base/cargo.h') diff --git a/src/game/base/cargo.h b/src/game/base/cargo.h index 25b8739..3a42c74 100644 --- a/src/game/base/cargo.h +++ b/src/game/base/cargo.h @@ -21,6 +21,8 @@ public: void sell(core::EntityControlable *seller, core::Entity *buyer, const int amount); + void eject(core::EntityControlable *ejector, const int amount); + /* -- static functions -- */ static core::InfoType *cargo_infotype; -- cgit v1.2.3