summaryrefslogtreecommitdiffstats
path: root/source/Pickup.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Pickup.h')
-rw-r--r--source/Pickup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Pickup.h b/source/Pickup.h
index 74dceae4b..f37618d2d 100644
--- a/source/Pickup.h
+++ b/source/Pickup.h
@@ -43,8 +43,6 @@ public:
short GetAge(void) const { return (short)(m_Timer / 50); }
private:
- short m_Health;
-
Vector3d m_ResultingSpeed; //Can be used to modify the resulting speed for the current tick ;)
Vector3d m_WaterSpeed;