aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/events.cpp')
-rw-r--r--engines/hopkins/events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/events.cpp b/engines/hopkins/events.cpp
index 3a54e8788d..81ca05b236 100644
--- a/engines/hopkins/events.cpp
+++ b/engines/hopkins/events.cpp
@@ -154,7 +154,7 @@ void EventsManager::CHANGE_MOUSE(int id) {
// Check Events
void EventsManager::CONTROLE_MES() {
- _vm->_soundManager.checkMusic();
+ _vm->_soundManager.checkSounds();
pollEvents();
}