Browse Source

Compile fix.

Frank Zago 14 years ago
parent
commit
b11981293f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/CCreatureSet.cpp

+ 1 - 1
lib/CCreatureSet.cpp

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