mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Add reset to some static variables on client
This commit is contained in:
@@ -1869,6 +1869,11 @@ void CGGarrison::serializeJsonOptions(JsonSerializeFormat& handler)
|
||||
CCreatureSet::serializeJson(handler, "army");
|
||||
}
|
||||
|
||||
void CGMagi::reset()
|
||||
{
|
||||
eyelist.clear();
|
||||
}
|
||||
|
||||
void CGMagi::initObj()
|
||||
{
|
||||
if (ID == Obj::EYE_OF_MAGI)
|
||||
|
||||
Reference in New Issue
Block a user