From: divverent Date: Tue, 15 Jul 2008 10:48:51 +0000 (+0000) Subject: and move the declaration for CL_VM_Shutdown up X-Git-Tag: xonotic-v0.1.0preview~2172 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5df92adaacff0dc8663713592b13f86cbca710cb;p=xonotic%2Fdarkplaces.git and move the declaration for CL_VM_Shutdown up git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8409 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_main.c b/cl_main.c index 37bb7c2c..070982e5 100644 --- a/cl_main.c +++ b/cl_main.c @@ -95,6 +95,7 @@ CL_ClearState ===================== */ +void CL_VM_ShutDown (void); void CL_ClearState(void) { int i; @@ -283,7 +284,6 @@ void CL_ExpandEntities(int num) } } -void CL_VM_ShutDown (void); /* ===================== CL_Disconnect