aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_littlered.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_littlered.cpp')
-rw-r--r--engines/gob/inter_littlered.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/inter_littlered.cpp b/engines/gob/inter_littlered.cpp
index 729d9f5694..01aa4c2158 100644
--- a/engines/gob/inter_littlered.cpp
+++ b/engines/gob/inter_littlered.cpp
@@ -110,9 +110,9 @@ void Inter_LittleRed::oLittleRed_keyFunc(OpFuncParams &params) {
}
void Inter_LittleRed::oLittleRed_playComposition(OpFuncParams &params) {
- _vm->_sound->blasterRepeatComposition(-1);
-
o1_playComposition(params);
+
+ _vm->_sound->blasterRepeatComposition(-1);
}
} // End of namespace Gob