]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/surface_ufoai/surfacedialog.cpp
* fixed warnings
[xonotic/netradiant.git] / plugins / surface_ufoai / surfacedialog.cpp
index 7ff1357a2b185d4349e7f8022859d38f4a9befe2..dabe39b6afcefd5eaea89e3e50c5a70f687e82d3 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] )