From: MirceaKitsune Date: Mon, 18 Apr 2011 15:41:21 +0000 (+0300) Subject: Change the path for radar images to their own subfolder X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fce92c64a943e720da8cf05d15fb69c4164b69cd;p=voretournament%2Fvoretournament.git Change the path for radar images to their own subfolder --- diff --git a/data/qcsrc/client/Main.qc b/data/qcsrc/client/Main.qc index f353c4c2..e01f560f 100644 --- a/data/qcsrc/client/Main.qc +++ b/data/qcsrc/client/Main.qc @@ -164,13 +164,13 @@ void CSQC_Init(void) #endif get_mi_min_max_texcoords(1); // try the CLEVER way first - minimapname = strcat("gfx/", mi_shortname, "_radar.tga"); + minimapname = strcat("gfx/radar/", mi_shortname, "_radar.tga"); shortmapname = mi_shortname; if(precache_pic(minimapname) == "") { // but maybe we have a non-clever minimap - minimapname = strcat("gfx/", mi_shortname, "_mini.tga"); + minimapname = strcat("gfx/radar/", mi_shortname, "_mini.tga"); if(precache_pic(minimapname) == "") minimapname = ""; // FAIL else