mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Move the call to R_Particles_Init_Cvars into R_Init_Cvars.
This commit is contained in:
parent
4b390909f2
commit
5efc78b920
3 changed files with 1 additions and 2 deletions
|
@ -450,4 +450,5 @@ R_Init_Cvars (void)
|
|||
"Show a turtle icon if your fps is below 10");
|
||||
scr_viewsize = Cvar_Get ("viewsize", "100", CVAR_ARCHIVE, viewsize_f,
|
||||
"Set the screen size 30 minimum, 120 maximum");
|
||||
R_Particles_Init_Cvars ();
|
||||
}
|
||||
|
|
|
@ -135,7 +135,6 @@ CL_InitCvars (void)
|
|||
S_Init_Cvars ();
|
||||
Key_Init_Cvars ();
|
||||
R_Init_Cvars ();
|
||||
R_Particles_Init_Cvars ();
|
||||
Mod_Init_Cvars ();
|
||||
V_Init_Cvars ();
|
||||
|
||||
|
|
|
@ -1751,7 +1751,6 @@ Host_Init (void)
|
|||
PR_Init_Cvars ();
|
||||
Pmove_Init_Cvars ();
|
||||
R_Init_Cvars ();
|
||||
R_Particles_Init_Cvars ();
|
||||
S_Init_Cvars ();
|
||||
Team_Init_Cvars ();
|
||||
V_Init_Cvars ();
|
||||
|
|
Loading…
Reference in a new issue