]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Include new survival gametype icon by LegendGuardian
authorMario <mario.mario@y7mail.com>
Mon, 13 Jul 2020 17:43:19 +0000 (03:43 +1000)
committerMario <mario.mario@y7mail.com>
Mon, 13 Jul 2020 17:43:19 +0000 (03:43 +1000)
gfx/menu/luma/gametype_surv.tga
gfx/menu/luminos/gametype_surv.tga
gfx/menu/wickedx/gametype_surv.tga
gfx/menu/xaw/gametype_surv.tga
qcsrc/common/gamemodes/gamemode/survival/cl_survival.qc

index e89e60b49e648e28a323ac4802fe310032a3d0ba..050fb7b06f8ddde547df87a9ae79b490ebf6aaf3 100644 (file)
Binary files a/gfx/menu/luma/gametype_surv.tga and b/gfx/menu/luma/gametype_surv.tga differ
index 67a545d707d6f5caa5b8c951150d355f45f8c325..c5486651c799ca3727fc9637dd5c1b4ebfbb2b41 100644 (file)
Binary files a/gfx/menu/luminos/gametype_surv.tga and b/gfx/menu/luminos/gametype_surv.tga differ
index 67a545d707d6f5caa5b8c951150d355f45f8c325..c5486651c799ca3727fc9637dd5c1b4ebfbb2b41 100644 (file)
Binary files a/gfx/menu/wickedx/gametype_surv.tga and b/gfx/menu/wickedx/gametype_surv.tga differ
index bc72cd107e56f8fe61317ec84d504d8b6a71b988..debbce06f8e5c812b51316d4e124538941e36ff1 100644 (file)
Binary files a/gfx/menu/xaw/gametype_surv.tga and b/gfx/menu/xaw/gametype_surv.tga differ
index a766b29fbe94f529e7f2f6dc2fed8fc91ba6a549..340461fa951d3cf224d0efa3508f183f93b1218d 100644 (file)
@@ -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;