]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fix a stupid typo in the sbar's ctf flag icon filenames.
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 21 Aug 2006 11:19:41 +0000 (11:19 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 21 Aug 2006 11:19:41 +0000 (11:19 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6562 d7cf8633-e32d-0410-b094-e92efae38249

sbar.c

diff --git a/sbar.c b/sbar.c
index d145da2849a8abb6125c09e39864267a2d88a3d1..37a70452a3a2b069472e431916ea4ffe18263790 100644 (file)
--- 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);