X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fstar.cpp;h=0af8d6f6aa21279a779e659ad9021049e1b1a532;hb=657fc40723665c04b3150946f5bd66b6b0af9230;hp=316f572d39ea07ebb9e0fe88b2d940d87b37f6e5;hpb=3655d32f63f75b2af054ec68d4176e55a561ba96;p=supertux.git diff --git a/src/object/star.cpp b/src/object/star.cpp index 316f572d3..0af8d6f6a 100644 --- a/src/object/star.cpp +++ b/src/object/star.cpp @@ -31,7 +31,7 @@ static const float SPEED = 150; static const float JUMPSPEED = -300; Star::Star(const Vector& pos, Direction direction) - : MovingSprite(pos, "images/powerups/star/star.sprite", LAYER_OBJECTS, COLGROUP_MOVING) + : MovingSprite(pos, "images/powerups/star/star.sprite", LAYER_OBJECTS, COLGROUP_MOVING) { physic.set_velocity((direction == LEFT) ? -SPEED : SPEED, INITIALJUMP); }