mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Converted creature ID and spell ID to new form
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
static bool isOnVisitableFromTopList(int identifier, int type)
|
||||
static bool isOnVisitableFromTopList(Obj identifier, int type)
|
||||
{
|
||||
if(type == 2 || type == 3 || type == 4 || type == 5) //creature, hero, artifact, resource
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user