git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4894
d7cf8633-e32d-0410-b094-
e92efae38249
Con_Printf("%f seconds (%f fps)\n", timedelta, 128/timedelta);
}
+/*
+===========
+CL_Shutdown
+===========
+*/
+void CL_Shutdown (void)
+{
+ Mem_FreePool (&cl_entities_mempool);
+ Mem_FreePool (&cl_refdef_mempool);
+}
+
/*
=================
CL_Init
// cl_main
//
+void CL_Shutdown (void);
void CL_Init (void);
void CL_EstablishConnection(const char *host);
}
Cmd_Shutdown();
+ CL_Shutdown();
Sys_Shutdown();
Log_Close ();
}