aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/gameutils.h
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-03-15 00:04:33 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-03-15 00:04:33 +0000
commit96aa95aede1fb1f3fde3d2c08728c37520bea4c2 (patch)
tree6ef9b43cab5e215a05fabf0bd197dc3a0593c525 /NorthstarDedicatedTest/gameutils.h
parent5df2346ba1414fd43d80fc2919c2f880b7f8aeaf (diff)
downloadNorthstarLauncher-96aa95aede1fb1f3fde3d2c08728c37520bea4c2.tar.gz
NorthstarLauncher-96aa95aede1fb1f3fde3d2c08728c37520bea4c2.zip
move to using g_pCVar more
Diffstat (limited to 'NorthstarDedicatedTest/gameutils.h')
-rw-r--r--NorthstarDedicatedTest/gameutils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/NorthstarDedicatedTest/gameutils.h b/NorthstarDedicatedTest/gameutils.h
index f382d6c0..d1ac8380 100644
--- a/NorthstarDedicatedTest/gameutils.h
+++ b/NorthstarDedicatedTest/gameutils.h
@@ -206,7 +206,6 @@ extern server_state_t* sv_m_State;
// network stuff
extern ConVar* Cvar_hostport;
-extern ConVar* Cvar_net_datablock_enabled;
// playlist stuff
typedef const char* (*GetCurrentPlaylistType)();
@@ -225,18 +224,11 @@ extern GetCurrentPlaylistVarType GetCurrentPlaylistVar;
typedef void* (*Server_GetEntityByIndexType)(int index);
extern Server_GetEntityByIndexType Server_GetEntityByIndex;
-// server tickrate stuff
-extern ConVar* Cvar_base_tickinterval_mp;
-extern ConVar* Cvar_base_tickinterval_sp;
-
// auth
extern char* g_LocalPlayerUserID;
extern char* g_LocalPlayerOriginToken;
// misc stuff
-extern ConVar* Cvar_match_defaultMap;
-extern ConVar* Cvar_communities_hostname;
-
typedef void (*ErrorType)(const char* fmt, ...);
extern ErrorType Error;