mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 12:10:48 +00:00
correct a spelling error
This commit is contained in:
parent
a6318a3baf
commit
e8baa18abd
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ Pmove_Init_Cvars (void)
|
|||
{
|
||||
no_pogo_stick = Cvar_Get ("no_pogo_stick", "0", CVAR_SERVERINFO, Cvar_Info,
|
||||
"disable the ability to pogo stick: 0 pogo "
|
||||
"alowed, 1 no pogo, 2 pogo but high friction, 3 "
|
||||
"high friction and no pogo");
|
||||
"allowed, 1 no pogo, 2 pogo but high friction, "
|
||||
"3 high friction and no pogo");
|
||||
}
|
||||
|
||||
#define STEPSIZE 18
|
||||
|
|
Loading…
Reference in a new issue