mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Small compile issues in previous revision
This commit is contained in:
parent
c6408f5b4b
commit
6fbcdf63eb
@ -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<ui8,ui32>(9,ResID);
|
||||
ms << std::pair<ui8,ui32>(9,resID);
|
||||
ms.toString(hoverText);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user