diff options
author | Jochen Hoenicke | 2003-06-01 17:27:20 +0000 |
---|---|---|
committer | Jochen Hoenicke | 2003-06-01 17:27:20 +0000 |
commit | 16b47e4f9537fcccd8b25ec8f561ef62b29287b6 (patch) | |
tree | ab5c42067a8bc358536b1223e2a9da13ad84228b | |
parent | f91de2ae1e731d3d02b55c33e52cd303b4ed2beb (diff) | |
download | scummvm-rg350-16b47e4f9537fcccd8b25ec8f561ef62b29287b6.tar.gz scummvm-rg350-16b47e4f9537fcccd8b25ec8f561ef62b29287b6.tar.bz2 scummvm-rg350-16b47e4f9537fcccd8b25ec8f561ef62b29287b6.zip |
I forgot one note_length entry.
svn-id: r8247
-rw-r--r-- | scumm/player_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_v2.cpp b/scumm/player_v2.cpp index 37b5842b6a..30176759aa 100644 --- a/scumm/player_v2.cpp +++ b/scumm/player_v2.cpp @@ -44,7 +44,7 @@ const uint8 note_lengths[] = { 9, 12, 16, 18, 24, 32, 36, 48, 64, - 96 + 72, 96 }; static const uint16 hull_offsets[] = { |