diff options
Diffstat (limited to 'scumm/sound_he.cpp')
-rw-r--r-- | scumm/sound_he.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/sound_he.cpp b/scumm/sound_he.cpp index 766388e63b..18e4a3439f 100644 --- a/scumm/sound_he.cpp +++ b/scumm/sound_he.cpp @@ -293,7 +293,6 @@ void Sound::processSoundOpcodes(int sound, byte *codePtr, int *soundVars) { if (edi == 2) { val = getSoundVar(sound, val); } - val = getSoundVar(sound, var) / val; setSoundVar(sound, var, val); break; |