From a6551698c36858d1ec027bd322187503f8f270d2 Mon Sep 17 00:00:00 2001 From: truebrain Date: Wed, 23 Nov 2011 16:29:34 +0000 Subject: [PATCH] (svn r23307) -Revert (r23306): committed one file too many :s --- src/ai/api/ai_cargo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai/api/ai_cargo.cpp b/src/ai/api/ai_cargo.cpp index 73961c7335..f77fe6dfb6 100644 --- 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)