Cleaned up some junk in bonus_block.
[supertux.git] / src / object / coin_explode.cpp
index 35bca7d..dad8962 100644 (file)
@@ -20,9 +20,8 @@
 #include "object/coin.hpp"
 #include "supertux/sector.hpp"
 
-CoinExplode::CoinExplode(const Vector& pos, const int vert) :
-  position(pos), 
-  y_velocity_weight(vert) // should generally be +/- 1 to send coins up or down respectively
+CoinExplode::CoinExplode(const Vector& pos) :
+  position(pos) 
 {
 }