New powerups added to worldmap cheat menu
[supertux.git] / src / supertux / collision.cpp
index 95fbbbb..4e1c601 100644 (file)
@@ -54,7 +54,7 @@ bool rectangle_aatriangle(Constraints* constraints, const Rectf& rect,
     return false;
 
   Vector normal;
-  float c;
+  float c = 0.0;
   Vector p1;
   Rectf area;
   switch(triangle.dir & AATriangle::DEFORM_MASK) {