X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Foneup.cpp;h=a0dc071043fee2cd14b1ed530466140b07035a16;hb=ae7bd4f460fdd93934fc0abc9589758a49309bda;hp=322cb23a2c334b1ca9515ea1d38de2f702809944;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/object/oneup.cpp b/src/object/oneup.cpp index 322cb23a2..a0dc07104 100644 --- a/src/object/oneup.cpp +++ b/src/object/oneup.cpp @@ -29,7 +29,7 @@ #include "video/drawing_context.hpp" OneUp::OneUp(const Vector& pos, Direction direction) - : MovingSprite(pos, "images/powerups/1up/1up.sprite", LAYER_FLOATINGOBJECTS, COLGROUP_TOUCHABLE) + : MovingSprite(pos, "images/powerups/1up/1up.sprite", LAYER_FLOATINGOBJECTS, COLGROUP_TOUCHABLE) { physic.set_velocity((direction == LEFT)?-100:100, -400); }