1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Compile fix.

This commit is contained in:
Frank Zago 2011-05-28 05:09:06 +00:00
parent 3ca95ef5ed
commit b11981293f

View File

@ -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)