getting closer to working glx client

This commit is contained in:
Bill Currie 2000-05-16 07:21:28 +00:00
parent 5e6187be19
commit 285f02e006
6 changed files with 27 additions and 22 deletions

View file

@ -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
//