summaryrefslogtreecommitdiffstats
path: root/source/Pickup.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Pickup.h')
-rw-r--r--source/Pickup.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/Pickup.h b/source/Pickup.h
index 838fb0270..d3be60794 100644
--- a/source/Pickup.h
+++ b/source/Pickup.h
@@ -38,14 +38,11 @@ public:
virtual void Tick(float a_Dt, MTRand & a_TickRandom) override;
virtual void HandlePhysics(float a_Dt) override;
- const Vector3f & GetSpeed(void) const {return m_Speed; }
-
private:
- Vector3f m_Speed;
- Vector3f m_ResultingSpeed; //Can be used to modify the resulting speed for the current tick ;)
+ Vector3d m_ResultingSpeed; //Can be used to modify the resulting speed for the current tick ;)
- Vector3f m_WaterSpeed;
+ Vector3d m_WaterSpeed;
bool m_bOnGround;
bool m_bReplicated;