mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-02 04:32:24 +00:00
call SV_Progs_Init_Cvars to get r_skyname back
This commit is contained in:
parent
23b015af3f
commit
3c18a79299
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,7 @@ QFile *sv_fraglogfile;
|
||||||
|
|
||||||
void SV_AcceptClient (netadr_t adr, int userid, char *userinfo);
|
void SV_AcceptClient (netadr_t adr, int userid, char *userinfo);
|
||||||
void Master_Shutdown (void);
|
void Master_Shutdown (void);
|
||||||
|
void SV_Progs_Init_Cvars (void);
|
||||||
void PR_Init_Cvars (void);
|
void PR_Init_Cvars (void);
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
@ -1905,6 +1906,7 @@ SV_Init (void)
|
||||||
Mod_Init_Cvars ();
|
Mod_Init_Cvars ();
|
||||||
Netchan_Init_Cvars ();
|
Netchan_Init_Cvars ();
|
||||||
Pmove_Init_Cvars ();
|
Pmove_Init_Cvars ();
|
||||||
|
SV_Progs_Init_Cvars ();
|
||||||
PR_Init_Cvars ();
|
PR_Init_Cvars ();
|
||||||
|
|
||||||
// and now reprocess the cmdline's sets for overrides
|
// and now reprocess the cmdline's sets for overrides
|
||||||
|
|
Loading…
Reference in a new issue