[Scummvm-cvs-logs] scummvm master -> ed6bc0a13dea0abee56182bc9ff0cd616942fd65

bluegr bluegr at gmail.com
Sun Dec 2 14:24:25 CET 2012


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:
ed6bc0a13d SCI: Resync audio options when a game is restarted (bug #3589453)


Commit: ed6bc0a13dea0abee56182bc9ff0cd616942fd65
    https://github.com/scummvm/scummvm/commit/ed6bc0a13dea0abee56182bc9ff0cd616942fd65
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2012-12-02T05:20:41-08:00

Commit Message:
SCI: Resync audio options when a game is restarted (bug #3589453)

Changed paths:
    engines/sci/sci.cpp



diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 118f7d9..2fa992e 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -683,9 +683,8 @@ void SciEngine::runGame() {
 	if (DebugMan.isDebugChannelEnabled(kDebugLevelOnStartup))
 		_console->attach();
 
-	_gamestate->_syncedAudioOptions = false;
-
 	do {
+		_gamestate->_syncedAudioOptions = false;
 		_gamestate->_executionStackPosChanged = false;
 		run_vm(_gamestate);
 		exitGame();






More information about the Scummvm-git-logs mailing list