]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Revert an unintentional change, fixes potential purity issues
authorMario <mario@smbclan.net>
Sun, 15 Nov 2015 05:19:07 +0000 (15:19 +1000)
committerMario <mario@smbclan.net>
Sun, 15 Nov 2015 05:19:07 +0000 (15:19 +1000)
qcsrc/menu/xonotic/serverlist.qc

index 3819036ad4445f8fdd99dcdc3dc9576a685e2160..a06349cec04fe5574bbe7bb47f27e5e975249310 100644 (file)
@@ -1096,7 +1096,7 @@ void XonoticServerList_drawListBoxItem(entity me, int i, vector absSize, bool is
        if(modname != "cts")
        if(modname != "nix")
        if(modname != "newtoys")
-               pure = false;
+               pure_available = false;
 
        if(gethostcachenumber(SLIST_FIELD_FREESLOTS, i) <= 0)
                theAlpha = SKINALPHA_SERVERLIST_FULL;