mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-20 02:45:37 +01:00
(svn r23307) -Revert (r23306): committed one file too many :s
This commit is contained in:
parent
3008ded077
commit
e83c82045f
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
/* static */ bool AICargo::IsValidTownEffect(TownEffect towneffect_type)
|
/* static */ bool AICargo::IsValidTownEffect(TownEffect towneffect_type)
|
||||||
{
|
{
|
||||||
return (towneffect_type >= (::TownEffect)TE_BEGIN && towneffect_type < (::TownEffect)TE_END);
|
return (towneffect_type >= (TownEffect)TE_BEGIN && towneffect_type < (TownEffect)TE_END);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* static */ char *AICargo::GetCargoLabel(CargoID cargo_type)
|
/* static */ char *AICargo::GetCargoLabel(CargoID cargo_type)
|
||||||
|
Loading…
Reference in New Issue
Block a user