pull all rendering cvar declarations and initialisations out of the misc

files and put them into r_cvar.[ch] getting ready for the renderer merge
This commit is contained in:
Bill Currie 2001-05-11 19:21:48 +00:00
parent 6ba3288744
commit 4ff86056db
29 changed files with 708 additions and 557 deletions

View file

@ -1605,7 +1605,6 @@ Host_Init (void)
CL_Prediction_Init_Cvars ();
COM_Init_Cvars ();
Con_Init_Cvars ();
Draw_Init_Cvars ();
COM_Filesystem_Init_Cvars ();
Game_Init_Cvars ();
IN_Init_Cvars ();
@ -1615,7 +1614,6 @@ Host_Init (void)
Pmove_Init_Cvars ();
R_Init_Cvars ();
S_Init_Cvars ();
SCR_Init_Cvars ();
Team_Init_Cvars ();
V_Init_Cvars ();
VID_Init_Cvars ();