From 6fbcdf63eba4b6cb98c5e04d74760345532134c9 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Thu, 28 Jan 2010 16:28:55 +0000 Subject: [PATCH] Small compile issues in previous revision --- client/CKingdomInterface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/CKingdomInterface.cpp b/client/CKingdomInterface.cpp index 03076b27d..7dd30b5c3 100644 --- a/client/CKingdomInterface.cpp +++ b/client/CKingdomInterface.cpp @@ -403,10 +403,10 @@ CKingdomInterface::CResIncomePic::CResIncomePic(int RID, CDefEssential * Mines) pos.w = (resID!=7)?68:136;//gold pile is bigger mines = Mines; - if ( ResID != 7) + if ( resID != 7) { MetaString ms; - ms << std::pair(9,ResID); + ms << std::pair(9,resID); ms.toString(hoverText); } else