1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

code review

This commit is contained in:
Laserlicht
2024-09-28 14:25:11 +02:00
parent 5bb29732d0
commit 2052a26031
11 changed files with 32 additions and 29 deletions

View File

@@ -269,7 +269,8 @@ CGTownInstance::CGTownInstance(IGameCallback *cb):
destroyed(0),
identifier(0),
alignmentToPlayer(PlayerColor::NEUTRAL),
lastSpellResearchDay(0)
lastSpellResearchDay(0),
spellResearchAllowed(true)
{
this->setNodeType(CBonusSystemNode::TOWN);
}