예제 #1
0
파일: build.c 프로젝트: njvack/uqm-ios
/*
 * Remove all escort ships of the specified race.
 */
void
RemoveEscortShips (COUNT race)
{
	RemoveSomeEscortShips (race, (COUNT) -1);
}
예제 #2
0
파일: build.c 프로젝트: ex/urquan-masters
/*
 * Remove all escort ships of the specified race.
 */
COUNT
RemoveEscortShips (RACE_ID race)
{
	return RemoveSomeEscortShips (race, (COUNT) -1);
}