From 9dc36057eb60c85bae8f378ffb1fe067ae6a41c1 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Sat, 2 Feb 2019 15:39:16 +0000 Subject: Fix #7058, Fix #7161: Network chat messages did not expire. --- src/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index 2d0331033..3f4adf5e9 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -3100,7 +3100,7 @@ void UpdateWindows() CallWindowRealtimeTickEvent(delta_ms); -#ifdef ENABLE_NETWORKING +#ifdef ENABLE_NETWORK static GUITimer network_message_timer = GUITimer(1); if (network_message_timer.Elapsed(delta_ms)) { network_message_timer.SetInterval(1000); -- cgit v1.2.3-54-g00ecf