Move the call to R_Particles_Init_Cvars into R_Init_Cvars.

This commit is contained in:
Bill Currie 2012-02-01 20:04:39 +09:00
parent 4b390909f2
commit 5efc78b920
3 changed files with 1 additions and 2 deletions

View file

@ -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 ();
}

View file

@ -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 ();

View file

@ -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 ();