コード例 #1
0
ファイル: maplist.c プロジェクト: heartofdalek/RocketMinsta
void destroyNexuizMapList(entity me)
{
	MapInfo_Shutdown();
}
コード例 #2
0
ファイル: maplist.c プロジェクト: Bader14/Nexuiz
void NexuizMapList_destroy(entity me)
{
	MapInfo_Shutdown();
}