1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Fixed timer countdown sound playback

This commit is contained in:
Ivan Savenko
2023-12-22 22:46:29 +02:00
parent 0a8b81b2c4
commit 5d7901cd8c
2 changed files with 7 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ class TurnTimerWidget : public CIntObject
int lastSoundCheckSeconds;
bool isBattleMode;
const std::set<int> notificationThresholds = {0, 1, 2, 3, 4, 5, 10, 20, 30};
const std::set<int> notificationThresholds = {1, 2, 3, 4, 5, 10, 20, 30};
std::map<PlayerColor, std::shared_ptr<CLabel>> playerLabelsMain;
std::map<PlayerColor, std::shared_ptr<CLabel>> playerLabelsBattle;