Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/ship.h')
-rw-r--r--src/game/base/ship.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/game/base/ship.h b/src/game/base/ship.h
index 4b4ae61..db41ba0 100644
--- a/src/game/base/ship.h
+++ b/src/game/base/ship.h
@@ -179,10 +179,7 @@ public:
}
/// set current armor strength (current health)
- inline void set_armor(const float armor)
- {
- ship_armor = armor;
- }
+ void set_armor(const float armor);
/// set maximal shield strength
inline void set_maxshield(const float maxshield)