From b460b3193e54b7364bb75ff26ce6f999887e454b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 12 Nov 2010 16:24:17 +0000 Subject: moved global entity info type to core::Entity::infotype(), automatic generation of jumppoint and jumpgate names and descriptions, prepared game code for the seperation of Entity::radius() and Model::radius() --- src/game/base/cargo.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game/base/cargo.cc') diff --git a/src/game/base/cargo.cc b/src/game/base/cargo.cc index 41cce1b..e75064e 100644 --- a/src/game/base/cargo.cc +++ b/src/game/base/cargo.cc @@ -104,6 +104,11 @@ bool Cargo::init() return true; } +void Cargo::done() +{ + core::Func::remove("list_cargo"); +} + /* ---- class Cargo -------------------------------------------- */ Cargo::Cargo() : core::Info(cargo_infotype) -- cgit v1.2.3