qmax patch to fix bug #0000389 - colors in infoblocks
[supertux.git] / src / badguy / smartball.cpp
index aaf433b..b8be2b9 100644 (file)
 #include "smartball.hpp"
 
 SmartBall::SmartBall(const lisp::Lisp& reader)
-       : WalkingBadguy(reader, "images/creatures/snowball/smart-snowball.sprite", "left", "right")
+  : WalkingBadguy(reader, "images/creatures/snowball/smart-snowball.sprite", "left", "right")
 {
   walk_speed = 80;
   max_drop_height = 16;
 }
 
 SmartBall::SmartBall(const Vector& pos, Direction d)
-       : WalkingBadguy(pos, d, "images/creatures/snowball/smart-snowball.sprite", "left", "right")
+  : WalkingBadguy(pos, d, "images/creatures/snowball/smart-snowball.sprite", "left", "right")
 {
   walk_speed = 80;
   max_drop_height = 16;