From 5df92adaacff0dc8663713592b13f86cbca710cb Mon Sep 17 00:00:00 2001 From: divverent Date: Tue, 15 Jul 2008 10:48:51 +0000 Subject: [PATCH] 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 --- cl_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2