mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Restored sound notifications
This commit is contained in:
@@ -28,7 +28,7 @@ class TurnTimerWidget : public CIntObject
|
||||
int lastSoundCheckSeconds;
|
||||
bool isBattleMode;
|
||||
|
||||
std::set<int> notificationThresholds;
|
||||
const std::set<int> notificationThresholds = {0, 1, 2, 3, 4, 5, 10, 20, 30};
|
||||
|
||||
std::map<PlayerColor, std::shared_ptr<CLabel>> playerLabelsMain;
|
||||
std::map<PlayerColor, std::shared_ptr<CLabel>> playerLabelsBattle;
|
||||
|
Reference in New Issue
Block a user