* Finish work on Path through the Clouds
[supertux.git] / src / object / growup.cpp
index 1031a83..d422c2a 100644 (file)
@@ -28,7 +28,7 @@
 #include "audio/sound_manager.hpp"
 
 GrowUp::GrowUp(Direction direction)
-       : MovingSprite(Vector(0,0), "images/powerups/egg/egg.sprite", LAYER_OBJECTS, COLGROUP_MOVING)
+        : MovingSprite(Vector(0,0), "images/powerups/egg/egg.sprite", LAYER_OBJECTS, COLGROUP_MOVING)
 {
   physic.enable_gravity(true);
   physic.set_velocity_x((direction == LEFT)?-100:100);