]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
move CL_VM_Init extern up a bit
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 11 Jun 2007 05:40:52 +0000 (05:40 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 11 Jun 2007 05:40:52 +0000 (05:40 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7400 d7cf8633-e32d-0410-b094-e92efae38249

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);