예제 #1
0
/**
 * @brief Cleanup when the whole game process is shutting down
 * @sa SV_Shutdown
 * @sa Com_Quit
 */
void SV_Clear (void)
{
	SV_MapcycleClear();
	SV_LogShutdown();
}
예제 #2
0
파일: sv_main.c 프로젝트: chrisglass/ufoai
/**
 * @brief Cleanup when the whole game process is shutting down
 * @sa SV_Shutdown
 * @sa Com_Quit
 */
void SV_Clear (void)
{
	SV_MapcycleClear();
}