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

dreammaster dreammaster at scummvm.org
Sat Jul 2 11:56:53 CEST 2011


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:
a5b0792295 TSAGE: Remove outdated extra channel variable


Commit: a5b0792295f46ebcf5d30df975bd2056bc4a695f
    https://github.com/scummvm/scummvm/commit/a5b0792295f46ebcf5d30df975bd2056bc4a695f
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-07-02T02:54:39-07:00

Commit Message:
TSAGE: Remove outdated extra channel variable

Changed paths:
    engines/tsage/sound.cpp



diff --git a/engines/tsage/sound.cpp b/engines/tsage/sound.cpp
index b2cf530..8dd584e 100644
--- a/engines/tsage/sound.cpp
+++ b/engines/tsage/sound.cpp
@@ -2300,7 +2300,6 @@ void Sound::_soServiceTrackType1(int trackIndex, const byte *channelData) {
 							&v1, &v2);
 					}
 				} else {
-					int channel = 0; // Is this correct?!
 					for (uint entryIndex = 0; entryIndex < vtStruct->_entries.size(); ++entryIndex) {
 						VoiceStructEntry &vte = vtStruct->_entries[entryIndex];
 						VoiceStructEntryType1 &vse = vte._type1;






More information about the Scummvm-git-logs mailing list