mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +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 | ||||
| 	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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user