コード例 #1
0
/**
**  Add the costs of an unit type to resources
**
**  @param type    Type of unit.
*/
void CPlayer::AddUnitType(const CUnitType &type)
{
	AddCosts(type.Stats[this->Index].Costs);
}
コード例 #2
0
ファイル: player.cpp プロジェクト: landswellsong/Stratagus
/**
**  Add the costs of an unit type to resources
**
**  @param type    Type of unit.
*/
void CPlayer::AddUnitType(const CUnitType &type)
{
	// FIXME: a player could make money by upgrading and than cancel
	AddCosts(type.Stats[this->Index].Costs);
}