summaryrefslogtreecommitdiffstats
path: root/source/cPickup.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cPickup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/cPickup.h b/source/cPickup.h
index 22af39367..26bce5029 100644
--- a/source/cPickup.h
+++ b/source/cPickup.h
@@ -34,10 +34,10 @@ public:
private:
- Vector3f * m_Speed;
- Vector3f * m_ResultingSpeed; //Can be used to modify the resulting speed for the current tick ;)
+ Vector3f m_Speed;
+ Vector3f m_ResultingSpeed; //Can be used to modify the resulting speed for the current tick ;)
- Vector3f * m_WaterSpeed;
+ Vector3f m_WaterSpeed;
bool m_bOnGround;
bool m_bReplicated;