From 2347b6a86ccb40e191f87c0bec00b636731876e5 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Tue, 28 Feb 2017 21:49:36 +0100 Subject: [PATCH] Reload the sound when changing of language --- src/event.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/event.cxx b/src/event.cxx index cbddbca..459bfe8 100644 --- a/src/event.cxx +++ b/src/event.cxx @@ -3592,7 +3592,8 @@ void CEvent::SetLanguage () ++_nl_msg_cat_cntr; } - // FIXME: reload the sounds + m_pSound->FlushAll (); + m_pSound->CacheAll (); } // Clic dans un bouton.