コード例 #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);
}