From: Mario Date: Mon, 13 Jul 2020 17:43:19 +0000 (+1000) Subject: Include new survival gametype icon by LegendGuardian X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f064e5aada3a75d7314e6b4d38eb64940cade39f;p=xonotic%2Fxonotic-data.pk3dir.git Include new survival gametype icon by LegendGuardian --- diff --git a/gfx/menu/luma/gametype_surv.tga b/gfx/menu/luma/gametype_surv.tga index e89e60b49..050fb7b06 100644 Binary files a/gfx/menu/luma/gametype_surv.tga and b/gfx/menu/luma/gametype_surv.tga differ diff --git a/gfx/menu/luminos/gametype_surv.tga b/gfx/menu/luminos/gametype_surv.tga index 67a545d70..c5486651c 100644 Binary files a/gfx/menu/luminos/gametype_surv.tga and b/gfx/menu/luminos/gametype_surv.tga differ diff --git a/gfx/menu/wickedx/gametype_surv.tga b/gfx/menu/wickedx/gametype_surv.tga index 67a545d70..c5486651c 100644 Binary files a/gfx/menu/wickedx/gametype_surv.tga and b/gfx/menu/wickedx/gametype_surv.tga differ diff --git a/gfx/menu/xaw/gametype_surv.tga b/gfx/menu/xaw/gametype_surv.tga index bc72cd107..debbce06f 100644 Binary files a/gfx/menu/xaw/gametype_surv.tga and b/gfx/menu/xaw/gametype_surv.tga differ diff --git a/qcsrc/common/gamemodes/gamemode/survival/cl_survival.qc b/qcsrc/common/gamemodes/gamemode/survival/cl_survival.qc index a766b29fb..340461fa9 100644 --- a/qcsrc/common/gamemodes/gamemode/survival/cl_survival.qc +++ b/qcsrc/common/gamemodes/gamemode/survival/cl_survival.qc @@ -34,7 +34,7 @@ void HUD_Mod_Survival(vector pos, vector mySize) REGISTER_MUTATOR(cl_surv, true); -MUTATOR_HOOKFUNCTION(cl_surv, ForcePlayercolors_Skip) +MUTATOR_HOOKFUNCTION(cl_surv, ForcePlayercolors_Skip, CBC_ORDER_LAST) { if(!ISGAMETYPE(SURVIVAL)) return false;