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

Updated layout and localizations

This commit is contained in:
Ivan Savenko
2023-12-07 16:36:44 +02:00
parent bac46e3992
commit edbe25b33a
13 changed files with 200 additions and 86 deletions

View File

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