mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Compile fix.
This commit is contained in:
		| @@ -512,7 +512,7 @@ void CStackInstance::setType(int creID) | ||||
| 	if(creID >= 0 && creID < VLC->creh->creatures.size()) | ||||
| 		setType(VLC->creh->creatures[creID]); | ||||
| 	else | ||||
| 		setType(NULL); | ||||
| 		setType((const CCreature*)NULL); | ||||
| } | ||||
|  | ||||
| void CStackInstance::setType(const CCreature *c) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user