renamed a few more members and changed some switch statements
[physics.git] / src / Entities / WindParticle.h
index 560e660..9893dee 100644 (file)
@@ -35,7 +35,7 @@ class WindParticle: public Point
         virtual void update(float);
 
      protected:
-        float radius;
+        float m_radius;
         // color
 };