fix broken color state management
[supertux.git] / src / sprite / sprite_data.cpp
index 599e4e1..8d223af 100644 (file)
@@ -36,7 +36,7 @@ SpriteData::Action::Action()
   y_offset = 0;
   hitbox_w = 0;
   hitbox_h = 0;
-  z_order = 0;   
+  z_order = 0;
   fps = 10;
 }
 
@@ -143,4 +143,3 @@ SpriteData::get_action(std::string act)
   }
   return i->second;
 }
-