mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
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:
parent
6ba3288744
commit
4ff86056db
29 changed files with 708 additions and 557 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue