diff options
author | Paul Gilbert | 2011-07-02 19:54:39 +1000 |
---|---|---|
committer | Paul Gilbert | 2011-07-02 19:54:39 +1000 |
commit | a5b0792295f46ebcf5d30df975bd2056bc4a695f (patch) | |
tree | 0bcf1e55cb0c5a987c2c6fce593e5acec9e02fd5 | |
parent | d1a30b41b1bb0bc001751e8a4dcfcdb1044826ad (diff) | |
download | scummvm-rg350-a5b0792295f46ebcf5d30df975bd2056bc4a695f.tar.gz scummvm-rg350-a5b0792295f46ebcf5d30df975bd2056bc4a695f.tar.bz2 scummvm-rg350-a5b0792295f46ebcf5d30df975bd2056bc4a695f.zip |
TSAGE: Remove outdated extra channel variable
-rw-r--r-- | engines/tsage/sound.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tsage/sound.cpp b/engines/tsage/sound.cpp index b2cf5300e5..8dd584ef24 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; |