From: black Date: Mon, 21 Aug 2006 11:19:41 +0000 (+0000) Subject: Fix a stupid typo in the sbar's ctf flag icon filenames. X-Git-Tag: xonotic-v0.1.0preview~3824 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2965b15fe9f10b90420d1d7185e06eacb203d804;p=xonotic%2Fdarkplaces.git Fix a stupid typo in the sbar's ctf flag icon filenames. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6562 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sbar.c b/sbar.c index d145da28..37a70452 100644 --- a/sbar.c +++ b/sbar.c @@ -175,10 +175,10 @@ void sbar_start(void) sb_items[11] = Draw_CachePic ("gfx/sb_flag_red_taken", true); sb_items[12] = Draw_CachePic ("gfx/sb_flag_red_lost", true); - sb_items[13] = Draw_CachePic ("gfx/sb_flag_red_carring", true); + sb_items[13] = Draw_CachePic ("gfx/sb_flag_red_carrying", true); sb_items[15] = Draw_CachePic ("gfx/sb_flag_blue_taken", true); sb_items[16] = Draw_CachePic ("gfx/sb_flag_blue_lost", true); - sb_items[17] = Draw_CachePic ("gfx/sb_flag_blue_carring", true); + sb_items[17] = Draw_CachePic ("gfx/sb_flag_blue_carrying", true); sb_sbar = Draw_CachePic("gfx/sbar", true); sb_sbar_minimal = Draw_CachePic("gfx/sbar_minimal", true);