diff options
-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[] = { |