mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-06 15:51:25 +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,
|
no_pogo_stick = Cvar_Get ("no_pogo_stick", "0", CVAR_SERVERINFO, Cvar_Info,
|
||||||
"disable the ability to pogo stick: 0 pogo "
|
"disable the ability to pogo stick: 0 pogo "
|
||||||
"alowed, 1 no pogo, 2 pogo but high friction, 3 "
|
"allowed, 1 no pogo, 2 pogo but high friction, "
|
||||||
"high friction and no pogo");
|
"3 high friction and no pogo");
|
||||||
}
|
}
|
||||||
|
|
||||||
#define STEPSIZE 18
|
#define STEPSIZE 18
|
||||||
|
|
Loading…
Reference in a new issue