From 2965b15fe9f10b90420d1d7185e06eacb203d804 Mon Sep 17 00:00:00 2001 From: black Date: Mon, 21 Aug 2006 11:19:41 +0000 Subject: [PATCH] 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 --- sbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.2