mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Use variant identifier in netpacks where applicable
This commit is contained in:
@@ -49,7 +49,7 @@ void IObjectInterface::initObj(CRandomGenerator & rand)
|
||||
void IObjectInterface::pickRandomObject(CRandomGenerator & rand)
|
||||
{}
|
||||
|
||||
void IObjectInterface::setProperty( ui8 what, ui32 val )
|
||||
void IObjectInterface::setProperty(ObjProperty what, ObjPropertyID identifier)
|
||||
{}
|
||||
|
||||
bool IObjectInterface::wasVisited (PlayerColor player) const
|
||||
|
||||
Reference in New Issue
Block a user