aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/sound.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 44e693a037..e957405b21 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -423,7 +423,6 @@ void Sound::playSound(int soundID) {
case 1: { // Music (Euphony format)
int numInstruments = *(ptr + 0x14);
int tuneSize = 0, tempo = 0;
- int startPtr = ptr;
ptr += (0x16 + (numInstruments * 48)); // Skip instrument definitions
ptr += (32*4); // Skip preset values (mute, channel, volume, transpose)