diff options
author | Jonathan Gray | 2003-09-05 03:46:30 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-09-05 03:46:30 +0000 |
commit | bb9a4bbfcc035d39f28cede8f7eacf05b633d402 (patch) | |
tree | 717a9144faff288e849adfdc0d3d8ef858297cb2 /sword2 | |
parent | df963e48bd3d6b380f55d2e7d7f674e5fc24000a (diff) | |
download | scummvm-rg350-bb9a4bbfcc035d39f28cede8f7eacf05b633d402.tar.gz scummvm-rg350-bb9a4bbfcc035d39f28cede8f7eacf05b633d402.tar.bz2 scummvm-rg350-bb9a4bbfcc035d39f28cede8f7eacf05b633d402.zip |
comment unused label
svn-id: r9995
Diffstat (limited to 'sword2')
-rw-r--r-- | sword2/driver/d_sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/d_sound.cpp b/sword2/driver/d_sound.cpp index 936a498136..3eecd39921 100644 --- a/sword2/driver/d_sound.cpp +++ b/sword2/driver/d_sound.cpp @@ -1216,7 +1216,7 @@ void Sword2Sound::UpdateCompSampleStreaming(void) { // goto label1; } } else { -label1: +//label1: len = bufferSizeMusic; // Reduce length if it requires reading past the end of the music |