summaryrefslogtreecommitdiff
path: root/bowshock/source/logic/Ship/net_mass.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bowshock/source/logic/Ship/net_mass.cxx')
-rw-r--r--bowshock/source/logic/Ship/net_mass.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bowshock/source/logic/Ship/net_mass.cxx b/bowshock/source/logic/Ship/net_mass.cxx
index bfe941d..352117c 100644
--- a/bowshock/source/logic/Ship/net_mass.cxx
+++ b/bowshock/source/logic/Ship/net_mass.cxx
@@ -3,7 +3,7 @@
#include <bow/logic.hxx>
auto bow::Ship::net_mass() noexcept -> double {
- double mass = 0x1p0 / ::bow::MASS_MODIFIER;
+ double mass = ::bow::hull_mass(this->type);
return mass;
}