diff options
author | Torbjörn Andersson | 2004-11-03 07:43:09 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2004-11-03 07:43:09 +0000 |
commit | 271f84cbde769069a5d74b7b73ba9747b88d3226 (patch) | |
tree | 2812917800e921ef9bbf14a42da39ddf2223ee1b /saga | |
parent | 4bbd0cfe87b6d6af40bcb7cdd0a86865955088b6 (diff) | |
download | scummvm-rg350-271f84cbde769069a5d74b7b73ba9747b88d3226.tar.gz scummvm-rg350-271f84cbde769069a5d74b7b73ba9747b88d3226.tar.bz2 scummvm-rg350-271f84cbde769069a5d74b7b73ba9747b88d3226.zip |
Whitespace fix
svn-id: r15710
Diffstat (limited to 'saga')
-rw-r--r-- | saga/music.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/music.cpp b/saga/music.cpp index 60e9739f13..164f4c754f 100644 --- a/saga/music.cpp +++ b/saga/music.cpp @@ -345,13 +345,13 @@ const MUSIC_MIDITABLE Music::_midiTableITECD[26] = { { "intro.mid", MUSIC_LOOP }, // 10 { "fvillage.mid", MUSIC_LOOP }, // 11 { "elkhall.mid", MUSIC_LOOP }, // 12 - { "mouse.mid", 0 }, // 13 + { "mouse.mid", 0 }, // 13 { "darkclaw.mid", MUSIC_LOOP }, // 14 { "birdchrp.mid", MUSIC_LOOP }, // 15 { "orbtempl.mid", MUSIC_LOOP }, // 16 { "spooky.mid", MUSIC_LOOP }, // 17 { "catfest.mid", MUSIC_LOOP }, // 18 - { "elkfanfare.mid", 0 }, // 19 + { "elkfanfare.mid", 0 }, // 19 { "bcexpl.mid", MUSIC_LOOP }, // 20 { "boargtnt.mid", MUSIC_LOOP }, // 21 { "boarking.mid", MUSIC_LOOP }, // 22 |