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>2014-12-25 15:58:24 +0000
committerStijn Buys <ingar@osirion.org>2014-12-25 15:58:24 +0000
commit8f393ff70e60172c632efc81694433568df2862b (patch)
treeac87596d59ccf27dff0896c97e410643d21185bf /src/game/base/shipmodel.h
parent8f28c82e2fb26b453a2cfe976e48f74d97d6388a (diff)
Added a core::Level type, added a level attribute to core::Entity and core::Info, updated core::Player to use the new type.
Diffstat (limited to 'src/game/base/shipmodel.h')
-rw-r--r--src/game/base/shipmodel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/base/shipmodel.h b/src/game/base/shipmodel.h
index 709a1d6..36c2831 100644
--- a/src/game/base/shipmodel.h
+++ b/src/game/base/shipmodel.h
@@ -90,12 +90,6 @@ public:
return shipmodel_angular_damping;
}
-// /// maximum thrust speed
-// inline const float maxspeed() const
-// {
-// return shipmodel_maxspeed;
-// }
-
/// size of the cargo hold, in cubic meters
inline const float maxcargo() const
{