summaryrefslogtreecommitdiffstats
path: root/source/Pickup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Pickup.cpp')
-rw-r--r--source/Pickup.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Pickup.cpp b/source/Pickup.cpp
index 7ea730708..9dd54c648 100644
--- a/source/Pickup.cpp
+++ b/source/Pickup.cpp
@@ -24,12 +24,6 @@
-CLASS_DEFINITION( cPickup, cEntity )
-
-
-
-
-
cPickup::cPickup(int a_X, int a_Y, int a_Z, const cItem & a_Item, float a_SpeedX /* = 0.f */, float a_SpeedY /* = 0.f */, float a_SpeedZ /* = 0.f */)
: cEntity( ((double)(a_X))/32, ((double)(a_Y))/32, ((double)(a_Z))/32 )
, m_Speed( a_SpeedX, a_SpeedY, a_SpeedZ )