diff options
author | Florian Kagerer | 2008-06-28 13:40:03 +0000 |
---|---|---|
committer | Florian Kagerer | 2008-06-28 13:40:03 +0000 |
commit | 09247e7e5a5a78d050b716365a22dc9ccb61b078 (patch) | |
tree | 801ef9a87f609c766ac865c11e6325af9df5b1ad /engines | |
parent | e6e56feb1c61e9d4edb6032e9b759f9875ef00af (diff) | |
download | scummvm-rg350-09247e7e5a5a78d050b716365a22dc9ccb61b078.tar.gz scummvm-rg350-09247e7e5a5a78d050b716365a22dc9ccb61b078.tar.bz2 scummvm-rg350-09247e7e5a5a78d050b716365a22dc9ccb61b078.zip |
hof: remove debug code
svn-id: r32821
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/sound_towns.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/sound_towns.cpp b/engines/kyra/sound_towns.cpp index b487afe8f8..5c9e14e52d 100644 --- a/engines/kyra/sound_towns.cpp +++ b/engines/kyra/sound_towns.cpp @@ -2770,7 +2770,6 @@ bool SoundTownsPC98_v2::init() { (Common::File::exists("track1.mp3") || Common::File::exists("track1.ogg") || Common::File::exists("track1.flac") || Common::File::exists("track1.fla"))) _musicEnabled = 2; - _musicEnabled = 1; return _driver->init(); } |