- fix a bunch of msvc warnings (mostly assigning double constants to float variables)
[supertux.git] / src / badguy / plant.hpp
index 75d77e3..7216514 100644 (file)
@@ -44,7 +44,7 @@ protected:
     PLANT_WALKING
   };
   PlantState state;
-  
+
 };
 
 #endif