mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
cvars now sport a callback function that gets called whenever the cvar changes
or on initial get.
This commit is contained in:
parent
4162243287
commit
e939ccc40a
101 changed files with 680 additions and 669 deletions
|
@ -66,7 +66,7 @@ Pmove_Init (void)
|
|||
void
|
||||
Pmove_Init_Cvars (void)
|
||||
{
|
||||
no_pogo_stick = Cvar_Get ("no_pogo_stick", "0", CVAR_SERVERINFO,
|
||||
no_pogo_stick = Cvar_Get ("no_pogo_stick", "0", CVAR_SERVERINFO, Cvar_Info,
|
||||
"disable the ability to pogo stick");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue