mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Small compile issues in previous revision
This commit is contained in:
@@ -403,10 +403,10 @@ CKingdomInterface::CResIncomePic::CResIncomePic(int RID, CDefEssential * Mines)
|
|||||||
pos.w = (resID!=7)?68:136;//gold pile is bigger
|
pos.w = (resID!=7)?68:136;//gold pile is bigger
|
||||||
mines = Mines;
|
mines = Mines;
|
||||||
|
|
||||||
if ( ResID != 7)
|
if ( resID != 7)
|
||||||
{
|
{
|
||||||
MetaString ms;
|
MetaString ms;
|
||||||
ms << std::pair<ui8,ui32>(9,ResID);
|
ms << std::pair<ui8,ui32>(9,resID);
|
||||||
ms.toString(hoverText);
|
ms.toString(hoverText);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user