]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
and move the declaration for CL_VM_Shutdown up
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 15 Jul 2008 10:48:51 +0000 (10:48 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 15 Jul 2008 10:48:51 +0000 (10:48 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8409 d7cf8633-e32d-0410-b094-e92efae38249

cl_main.c

index 37bb7c2c79cac226fe557cecfc70c4b8b7b58faf..070982e549d97b9cf1f58e8a1131007e94e31751 100644 (file)
--- 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