mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Build fix
This commit is contained in:
		| @@ -305,7 +305,7 @@ public: | ||||
| 		h & school; | ||||
| 		h & animationInfo; | ||||
| 		h & nonMagical; | ||||
| 		h& onlyOnWaterMap; | ||||
| 		h & onlyOnWaterMap; | ||||
| 	} | ||||
| 	friend class CSpellHandler; | ||||
| 	friend class Graphics; | ||||
|   | ||||
| @@ -192,7 +192,7 @@ void MapComparer::compareOptions() | ||||
|  | ||||
| 	checkEqual(actual->allowedAbilities, expected->allowedAbilities); | ||||
| 	checkEqual(actual->allowedArtifact, expected->allowedArtifact); | ||||
| 	checkEqual(actual->allowedSpell, expected->allowedSpell); | ||||
| 	checkEqual(actual->allowedSpells, expected->allowedSpells); | ||||
|  | ||||
| 	//todo: compareOptions events | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user