[Scummvm-cvs-logs] scummvm master -> 77c2630049d4854fffeeb7686d27adeabd253da3

bgK bastien.bouclet at gmail.com
Mon Mar 28 09:34:00 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
77c2630049 MOHAWK: Play the gears sound when resetting the Myst clock puzzle


Commit: 77c2630049d4854fffeeb7686d27adeabd253da3
    https://github.com/scummvm/scummvm/commit/77c2630049d4854fffeeb7686d27adeabd253da3
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2016-03-28T09:33:46+02:00

Commit Message:
MOHAWK: Play the gears sound when resetting the Myst clock puzzle

Fixes #7093.

Changed paths:
    engines/mohawk/myst_stacks/myst.cpp



diff --git a/engines/mohawk/myst_stacks/myst.cpp b/engines/mohawk/myst_stacks/myst.cpp
index 9d23d2f..4dc392a 100644
--- a/engines/mohawk/myst_stacks/myst.cpp
+++ b/engines/mohawk/myst_stacks/myst.cpp
@@ -3089,6 +3089,8 @@ void Myst::clockReset() {
 }
 
 void Myst::clockResetWeight() {
+	_vm->_sound->replaceSoundMyst(9113);
+
 	_clockWeightVideo = _vm->_video->playMovie(_vm->wrapMovieFilename("cl1wlfch", kMystStack));
 	if (!_clockWeightVideo)
 		error("Failed to open cl1wlfch movie");






More information about the Scummvm-git-logs mailing list