]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/surface_heretic2/surfacedialog.cpp
* fixed warnings
[xonotic/netradiant.git] / plugins / surface_heretic2 / surfacedialog.cpp
index c67fa7c02d265cdd9aa66e7f15fd572a6a24aaee..7c016fcbec4e8e63222edd15446c219f6f70b4d9 100644 (file)
@@ -262,7 +262,7 @@ void IsFaceConflicting()
   {
     temp_texdef_face_list = get_texdef_face_list()->next;
 
-    for (temp_texdef_face_list; temp_texdef_face_list; temp_texdef_face_list = temp_texdef_face_list->next)
+    for (; temp_texdef_face_list; temp_texdef_face_list = temp_texdef_face_list->next)
     {
       tmp_texdef = &temp_texdef_face_list->texdef;
       if ( texdef_SI_values.shift[0] != tmp_texdef->shift[0] )