From: havoc Date: Mon, 11 Jun 2007 05:40:52 +0000 (+0000) Subject: move CL_VM_Init extern up a bit X-Git-Tag: xonotic-v0.1.0preview~3061 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9ed9514075ffc29970391ab0f0253409ec6a1b14;p=xonotic%2Fdarkplaces.git move CL_VM_Init extern up a bit git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7400 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_parse.c b/cl_parse.c index e7790bbc..dc75c11a 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -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);