X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Fcoin_explode.hpp;h=2efde279f45750ba6bc84a7a3a0aa22660c361ac;hb=96a81e3ea484f4e38117f2aa2eafdcfb4ca1cbba;hp=227215cb944933244783d2a00465aeb24375ed66;hpb=4f0d26aa598a1fd471f22767cedea4f179f8908b;p=supertux.git diff --git a/src/object/coin_explode.hpp b/src/object/coin_explode.hpp index 227215cb9..2efde279f 100644 --- a/src/object/coin_explode.hpp +++ b/src/object/coin_explode.hpp @@ -25,13 +25,12 @@ class CoinExplode : public GameObject { public: - CoinExplode(const Vector& pos, const int vert); + CoinExplode(const Vector& pos); virtual void update(float elapsed_time); virtual void draw(DrawingContext& context); private: Vector position; - int y_velocity_weight; }; #endif