From d8c69d39d828ac7c6681d3b4d194936bcfd0e6c5 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Thu, 21 Dec 2023 22:33:18 +0200 Subject: [PATCH] Restored sound notifications --- client/adventureMap/TurnTimerWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/adventureMap/TurnTimerWidget.h b/client/adventureMap/TurnTimerWidget.h index 621f99c29..5af6739ea 100644 --- a/client/adventureMap/TurnTimerWidget.h +++ b/client/adventureMap/TurnTimerWidget.h @@ -28,7 +28,7 @@ class TurnTimerWidget : public CIntObject int lastSoundCheckSeconds; bool isBattleMode; - std::set notificationThresholds; + const std::set notificationThresholds = {0, 1, 2, 3, 4, 5, 10, 20, 30}; std::map> playerLabelsMain; std::map> playerLabelsBattle;