1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-21 00:19:29 +02:00

Battle timer

This commit is contained in:
nordsoft
2023-08-14 23:31:44 +04:00
parent 0c76ae89f8
commit d26fdaefe4
5 changed files with 122 additions and 12 deletions

View File

@ -19,7 +19,7 @@ bool TurnTimerInfo::isEnabled() const
bool TurnTimerInfo::isBattleEnabled() const
{
return battleTimer > 0;
return creatureTimer > 0;
}
VCMI_LIB_NAMESPACE_END