]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
typo
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 10 Jun 2009 16:17:35 +0000 (16:17 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 10 Jun 2009 16:17:35 +0000 (16:17 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9014 d7cf8633-e32d-0410-b094-e92efae38249

sbar.c

diff --git a/sbar.c b/sbar.c
index aa486645d6cf785bb0d05c4bf8d3949181836530..bc73eba4b8d5f456969b4c3654eb4ad4d680bf05 100644 (file)
--- a/sbar.c
+++ b/sbar.c
@@ -104,7 +104,7 @@ cvar_t sbar_gametime = {CVAR_SAVE, "sbar_gametime", "1", "shows an overlay for t
 cvar_t sbar_miniscoreboard_size = {CVAR_SAVE, "sbar_miniscoreboard_size", "-1", "sets the size of the mini deathmatch overlay in items, or disables it when set to 0, or sets it to a sane default when set to -1"};
 cvar_t sbar_flagstatus_right = {CVAR_SAVE, "sbar_flagstatus_right", "0", "moves Nexuiz flag status icons to the right"};
 cvar_t sbar_flagstatus_pos = {CVAR_SAVE, "sbar_flagstatus_pos", "115", "pixel position of the Nexuiz flag status icons, from the bottom"};
-cvar_t sbar_info_pos = {CVAR_SAVE, "sbar_info_pos", "0", "pixel position of the info strings (such as ahowfps), from the bottom"};
+cvar_t sbar_info_pos = {CVAR_SAVE, "sbar_info_pos", "0", "pixel position of the info strings (such as showfps), from the bottom"};
 
 cvar_t cl_deathscoreboard = {0, "cl_deathscoreboard", "1", "shows scoreboard (+showscores) while dead"};