# HG changeset patch # User truebrain # Date 2011-11-23 16:29:34 # Node ID 4ea61080b8fc3b05b28619b0fcff709c770b86d0 # Parent 521c91d2118e31fe6d9f40ea122763c8322681c7 (svn r23307) -Revert (r23306): committed one file too many :s diff --git a/src/ai/api/ai_cargo.cpp b/src/ai/api/ai_cargo.cpp --- a/src/ai/api/ai_cargo.cpp +++ b/src/ai/api/ai_cargo.cpp @@ -22,7 +22,7 @@ /* 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)