mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
getting closer to working glx client
This commit is contained in:
parent
5e6187be19
commit
285f02e006
6 changed files with 27 additions and 22 deletions
|
@ -416,7 +416,7 @@ void SCR_SizeDown_f (void)
|
|||
SCR_Init
|
||||
==================
|
||||
*/
|
||||
void SCR_Init (void)
|
||||
void SCR_InitCvars (void)
|
||||
{
|
||||
/* Cvar_RegisterVariable (&scr_fov);
|
||||
CVAR_FIXME */
|
||||
|
@ -445,7 +445,11 @@ void SCR_Init (void)
|
|||
/* Cvar_RegisterVariable (&scr_allowsnap);
|
||||
CVAR_FIXME */
|
||||
scr_allowsnap = Cvar_Get("scr_allowsnap", "1", CVAR_NONE, "None");
|
||||
}
|
||||
|
||||
void
|
||||
SCR_Init (void)
|
||||
{
|
||||
//
|
||||
// register our commands
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue