diff options
author | Max Horn | 2004-11-08 10:17:47 +0000 |
---|---|---|
committer | Max Horn | 2004-11-08 10:17:47 +0000 |
commit | daee2edcfea567456bc94534e1cadcd988b6ad69 (patch) | |
tree | d2256fd4662bf80e777132d5e5570b7967f3e6cc /backends | |
parent | 79509f9383ca60a1fa64130f17f3c9f4bdfd9b79 (diff) | |
download | scummvm-rg350-daee2edcfea567456bc94534e1cadcd988b6ad69.tar.gz scummvm-rg350-daee2edcfea567456bc94534e1cadcd988b6ad69.tar.bz2 scummvm-rg350-daee2edcfea567456bc94534e1cadcd988b6ad69.zip |
oops
svn-id: r15734
Diffstat (limited to 'backends')
-rw-r--r-- | backends/midi/adlib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/adlib.cpp b/backends/midi/adlib.cpp index 8e29289cc7..1c4e4cf35f 100644 --- a/backends/midi/adlib.cpp +++ b/backends/midi/adlib.cpp @@ -472,7 +472,7 @@ static const byte gm_percussion_lookup[128] = { }; static byte lookup_table[64][32]; -const const byte volume_table[] = { +static const byte volume_table[] = { 0, 4, 7, 11, 13, 16, 18, 20, 22, 24, 26, 27, |