Fix issue with action not being updated when typing grow()/fire()/etc in console...
[supertux.git] / src / object / oneup.cpp
index 322cb23..a0dc071 100644 (file)
@@ -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);
 }