From: Rudolf Polzer Date: Tue, 6 Mar 2012 09:36:22 +0000 (+0100) Subject: New Toys: mod icon X-Git-Tag: xonotic-v0.6.0~8 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=73d5ae2090819ad068cd8bae53503d923fef12e7;p=xonotic%2Fxonotic-data.pk3dir.git New Toys: mod icon --- diff --git a/gfx/menu/luminos/icon_mod_NewToys.tga b/gfx/menu/luminos/icon_mod_NewToys.tga new file mode 100644 index 000000000..cf88f7703 Binary files /dev/null and b/gfx/menu/luminos/icon_mod_NewToys.tga differ diff --git a/gfx/menu/wickedx/icon_mod_NewToys.tga b/gfx/menu/wickedx/icon_mod_NewToys.tga new file mode 100644 index 000000000..cf88f7703 Binary files /dev/null and b/gfx/menu/wickedx/icon_mod_NewToys.tga differ diff --git a/gfx/menu/xaw/icon_mod_NewToys.tga b/gfx/menu/xaw/icon_mod_NewToys.tga new file mode 100644 index 000000000..cf88f7703 Binary files /dev/null and b/gfx/menu/xaw/icon_mod_NewToys.tga differ diff --git a/qcsrc/menu/xonotic/serverlist.c b/qcsrc/menu/xonotic/serverlist.c index 1a94c115d..fbf64c98b 100644 --- a/qcsrc/menu/xonotic/serverlist.c +++ b/qcsrc/menu/xonotic/serverlist.c @@ -649,6 +649,7 @@ void XonoticServerList_drawListBoxItem(entity me, float i, vector absSize, float if(modname != "Xonotic") if(modname != "MinstaGib") if(modname != "CTS") + if(modname != "NewToys") pure = 0; if(gethostcachenumber(SLIST_FIELD_FREESLOTS, i) <= 0)