]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/main.c
Merge commit '839c9693774fdb0e420391f65b8066e8bd04c591' into master-merge
[xonotic/netradiant.git] / tools / quake3 / q3map2 / main.c
index b0e6fa1969bd0d7bc248552c2acaba8bfb05bdd0..3b87ee9f4b0c3a11b052e40ddbe92b48f9836968 100644 (file)
@@ -1007,8 +1007,14 @@ skipEXfile:
                                Sys_Printf( "++%s\n", temp );
                                continue;
                        }
-                       Sys_Printf( "  !FAIL! %s\n", pk3Shaders + i*65 );
-                       if ( i != pk3ShadersN - 1 ) packFAIL = qtrue; //levelshot typically
+
+                       if ( i == pk3ShadersN - 1 ){ //levelshot typically
+                               Sys_Printf( "  ~fail  %s\n", pk3Shaders + i*65 );
+                       }
+                       else{
+                               Sys_Printf( "  !FAIL! %s\n", pk3Shaders + i*65 );
+                               packFAIL = qtrue;
+                       }
                }
        }
 
@@ -1067,7 +1073,7 @@ skipEXfile:
                        Sys_Printf( "++%s\n", temp );
                }
        else{
-               Sys_Printf( "  !FAIL! %s\n", temp );
+               Sys_Printf( "  ~fail  %s\n", temp );
        }
 
        sprintf( temp, "scripts/%s.arena", nameOFmap );
@@ -1075,7 +1081,7 @@ skipEXfile:
                        Sys_Printf( "++%s\n", temp );
                }
        else{
-               Sys_Printf( "  !FAIL! %s\n", temp );
+               Sys_Printf( "  ~fail  %s\n", temp );
        }
 
        sprintf( temp, "scripts/%s.defi", nameOFmap );
@@ -1083,7 +1089,7 @@ skipEXfile:
                        Sys_Printf( "++%s\n", temp );
                }
        else{
-               Sys_Printf( "  !FAIL! %s\n", temp );
+               Sys_Printf( "  ~fail  %s\n", temp );
        }
 
        if ( !packFAIL ){