added file copy tree for the game packs - lists supported games
[xonotic/netradiant.git] / radiant / brush.cpp
index d6d1b95ca11a1df2ab55bdfabd924916c5bccc06..18866b4fc25b96a40b9d0ac6e6a8f217f090a7f0 100644 (file)
@@ -1534,7 +1534,7 @@ Makes the current brush have the given number of 2d sides
 */
 void Brush_MakeSided (int sides)
 {
 */
 void Brush_MakeSided (int sides)
 {
-       int             i, axis;
+       int             i, axis = 0;
        vec3_t  mins, maxs;
        brush_t *b;
        texdef_t        *texdef;
        vec3_t  mins, maxs;
        brush_t *b;
        texdef_t        *texdef;