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

Strangerke Strangerke at scummvm.org
Sun Nov 3 11:32:17 CET 2013


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:
f129bc7b3b TSAGE: Fix sound glitch (CID 1004053)


Commit: f129bc7b3b585dec1fe45acd41fb9d24389f72be
    https://github.com/scummvm/scummvm/commit/f129bc7b3b585dec1fe45acd41fb9d24389f72be
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-11-03T02:31:36-08:00

Commit Message:
TSAGE: Fix sound glitch (CID 1004053)

Changed paths:
    engines/tsage/sound.cpp



diff --git a/engines/tsage/sound.cpp b/engines/tsage/sound.cpp
index 69dfb1a..1014a07 100644
--- a/engines/tsage/sound.cpp
+++ b/engines/tsage/sound.cpp
@@ -969,7 +969,7 @@ void SoundManager::sfRethinkVoiceTypes() {
 					int entryIndex = -1;
 					for (uint idx = 0; idx < vtStruct->_entries.size(); ++idx) {
 						if (vtStruct->_entries[idx]._voiceNum == foundIndex) {
-							foundIndex = true;
+							foundMatch = true;
 							if (!vtStruct->_entries[idx]._type0._sound2) {
 								entryIndex = idx;
 								break;






More information about the Scummvm-git-logs mailing list