]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
move CL_VM_Init extern up a bit
[xonotic/darkplaces.git] / cl_parse.c
index e7790bbc62ed6c7d76eb330fd54d3eb7578783f5..dc75c11ac56134ee34eb8e577e27fcc067c5decb 100644 (file)
@@ -415,6 +415,7 @@ static qboolean QW_CL_CheckOrDownloadFile(const char *filename)
 
 extern void CL_Locs_Reload_f(void);
 static void QW_CL_ProcessUserInfo(int slot);
+extern void CL_VM_Init (void);
 static void QW_CL_RequestNextDownload(void)
 {
        int i;
@@ -2940,7 +2941,6 @@ static void CL_NetworkTimeReceived(double newtime)
 #define SHOWNET(x) if(cl_shownet.integer==2)Con_Printf("%3i:%s\n", msg_readcount-1, x);
 
 //[515]: csqc
-void CL_VM_Init (void);
 qboolean CL_VM_Parse_TempEntity (void);
 void CL_VM_Parse_StuffCmd (const char *msg);
 void CL_VM_Parse_CenterPrint (const char *msg);