engine: server: convert public_server cvar to static allocation

This commit is contained in:
Alibek Omarov
2023-04-02 22:48:47 +03:00
parent c2992afb4a
commit 892e5c59eb
2 changed files with 6 additions and 5 deletions

View File

@@ -443,6 +443,7 @@ extern convar_t hostname;
extern convar_t skill;
extern convar_t coop;
extern convar_t sv_cheats;
extern convar_t public_server;
extern convar_t *sv_pausable; // allows pause in multiplayer
extern convar_t *sv_check_errors;
@@ -451,7 +452,6 @@ extern convar_t *sv_lighting_modulate;
extern convar_t *sv_novis;
extern convar_t *sv_hostmap;
extern convar_t *sv_validate_changelevel;
extern convar_t *public_server;
//===========================================================
//