]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/sbar.qc
Better off, don't show any information in RPG scoreboard than the connected players...
[voretournament/voretournament.git] / data / qcsrc / client / sbar.qc
index e047e3bb9f61c6ea82af201e3c9c828ef5c586e5..28e350f78cb56430986a734d00df3db1aef9028b 100644 (file)
@@ -513,7 +513,7 @@ void Cmd_Sbar_SetFields(float argc)
                                if(str == strtolower(scores_label[j]))\r
                                        goto found; // sorry, but otherwise fteqcc -O3 miscompiles this and warns about "unreachable code"\r
 :notfound\r
-                       if(str == "frags" && !gametype == GAME_RPG)\r
+                       if(str == "frags" && !(gametype == GAME_RPG))\r
                        {\r
                                j = SP_FRAGS;\r
                        }\r