From cc18095cded14f5e7e3f049e47fca2224134b647 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Sep 2010 19:44:13 +0000 Subject: text rendering cleanups, inventory capacity & cargo volume --- src/game/base/shipmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/base/shipmodel.h') diff --git a/src/game/base/shipmodel.h b/src/game/base/shipmodel.h index c5da05e..ef7ff15 100644 --- a/src/game/base/shipmodel.h +++ b/src/game/base/shipmodel.h @@ -51,7 +51,7 @@ public: return shipmodel_turnspeed; } - /// size of the cargo hold + /// size of the cargo hold, in cubic meters inline const float maxcargo() const { return shipmodel_maxcargo; } -- cgit v1.2.3