mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
The init sequence cleanup!
Also broke up client.h into a lot of smaller headers. Oh, software rendering works again. And yes, this does hit a hell of a lot of files.
This commit is contained in:
parent
b0d4014885
commit
13bd5ce012
92 changed files with 912 additions and 422 deletions
|
@ -48,6 +48,9 @@
|
|||
#include "sbar.h"
|
||||
#include "sys.h"
|
||||
#include "vid.h"
|
||||
#include "skin.h"
|
||||
#include "view.h"
|
||||
#include "cl_parse.h"
|
||||
|
||||
/*
|
||||
|
||||
|
@ -393,7 +396,7 @@ void SCR_SizeDown_f (void)
|
|||
SCR_Init
|
||||
==================
|
||||
*/
|
||||
void SCR_InitCvars (void)
|
||||
void SCR_Init_Cvars (void)
|
||||
{
|
||||
scr_fov = Cvar_Get("fov", "90", CVAR_NONE, "None");
|
||||
scr_viewsize = Cvar_Get("viewsize", "100", CVAR_ARCHIVE, "None");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue