From 611e8866eed0f23993b980c6ce70dd4c781ee42d Mon Sep 17 00:00:00 2001 From: FruitieX Date: Sun, 15 Aug 2010 14:18:55 +0300 Subject: [PATCH] clear up the dock naming --- gfx/hud/default/{dock.tga => dock_medium.tga} | Bin gfx/hud/luminos/{dock.tga => dock_medium.tga} | Bin gfx/hud/old/{dock.tga => dock_medium.tga} | Bin qcsrc/client/hud.qc | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename gfx/hud/default/{dock.tga => dock_medium.tga} (100%) rename gfx/hud/luminos/{dock.tga => dock_medium.tga} (100%) rename gfx/hud/old/{dock.tga => dock_medium.tga} (100%) diff --git a/gfx/hud/default/dock.tga b/gfx/hud/default/dock_medium.tga similarity index 100% rename from gfx/hud/default/dock.tga rename to gfx/hud/default/dock_medium.tga diff --git a/gfx/hud/luminos/dock.tga b/gfx/hud/luminos/dock_medium.tga similarity index 100% rename from gfx/hud/luminos/dock.tga rename to gfx/hud/luminos/dock_medium.tga diff --git a/gfx/hud/old/dock.tga b/gfx/hud/old/dock_medium.tga similarity index 100% rename from gfx/hud/old/dock.tga rename to gfx/hud/old/dock_medium.tga diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 5dcca2588..819dcabc7 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -4968,7 +4968,7 @@ void HUD_Main (void) string pic; pic = strcat(hud_skin_path, "/", autocvar_hud_dock); if(precache_pic(pic) == "") { - pic = "gfx/hud/default/dock"; + pic = "gfx/hud/default/dock_medium"; } drawpic('0 0 0', pic, eX * vid_conwidth + eY * vid_conheight, color, autocvar_hud_dock_alpha * hud_fade_alpha, DRAWFLAG_NORMAL); // no aspect ratio forcing on dock... } -- 2.39.2