예제 #1
0
파일: title.c 프로젝트: akien-mga/tbftss
static void challenges(void)
{
	destroyBattle();
	
	game.currentMission = NULL;
	
	initChallengeHome();
}
예제 #2
0
파일: title.c 프로젝트: LibreGames/tbftss
static void challenges(void)
{
	game.currentMission = NULL;
	
	initChallengeHome();
}