- fix a bunch of msvc warnings (mostly assigning double constants to float variables)
[supertux.git] / src / badguy / angrystone.hpp
index 3b1c974..7abd8f1 100644 (file)
@@ -50,7 +50,7 @@ protected:
     RECOVERING
   };
   AngryStoneState state;
-  
+
 };
 
 #endif