diff options
author | athrxx | 2011-11-03 22:43:34 +0100 |
---|---|---|
committer | athrxx | 2011-11-03 23:05:03 +0100 |
commit | 4eab4f931fabe97e892c5e4fc2ee12ae34c9a3dc (patch) | |
tree | bc7f2470b03896969ef2b328b5d687aeea13c86b /audio/softsynth | |
parent | ff7bd63238600e0bbb2e9f1ff2b96e940e1262a9 (diff) | |
download | scummvm-rg350-4eab4f931fabe97e892c5e4fc2ee12ae34c9a3dc.tar.gz scummvm-rg350-4eab4f931fabe97e892c5e4fc2ee12ae34c9a3dc.tar.bz2 scummvm-rg350-4eab4f931fabe97e892c5e4fc2ee12ae34c9a3dc.zip |
AUDIO: remove 2 superfluous lines in Kyra1/Kyra2/LoL FM-Towns/PC-98 sound driver
Diffstat (limited to 'audio/softsynth')
-rw-r--r-- | audio/softsynth/fmtowns_pc98/towns_pc98_driver.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/softsynth/fmtowns_pc98/towns_pc98_driver.cpp b/audio/softsynth/fmtowns_pc98/towns_pc98_driver.cpp index 05a4079442..f3835c4524 100644 --- a/audio/softsynth/fmtowns_pc98/towns_pc98_driver.cpp +++ b/audio/softsynth/fmtowns_pc98/towns_pc98_driver.cpp @@ -387,8 +387,6 @@ void TownsPC98_MusicChannel::reset() { _totalLevel = 0; _algorithm = 0; - _flags = CHS_EOT; - _algorithm = 0; _block = 0; _frequency = 0; |