diff options
author | Max Horn | 2005-06-24 16:39:17 +0000 |
---|---|---|
committer | Max Horn | 2005-06-24 16:39:17 +0000 |
commit | 02568d4498a218e46882dfb747bc38f644052d6e (patch) | |
tree | 0bbdd5a0d32076235784706944c19fc3c626df01 | |
parent | 9da50d66628df3c86ee63cb4eeb185ae4e6e7b4a (diff) | |
download | scummvm-rg350-02568d4498a218e46882dfb747bc38f644052d6e.tar.gz scummvm-rg350-02568d4498a218e46882dfb747bc38f644052d6e.tar.bz2 scummvm-rg350-02568d4498a218e46882dfb747bc38f644052d6e.zip |
oops forgot this in my previous commit
svn-id: r18457
-rw-r--r-- | sound/adpcm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/adpcm.cpp b/sound/adpcm.cpp index 55b84112b6..17454118a6 100644 --- a/sound/adpcm.cpp +++ b/sound/adpcm.cpp @@ -131,7 +131,7 @@ static const int16 okiStepSize[49] = { 73, 80, 88, 97, 107, 118, 130, 143, 157, 173, 190, 209, 230, 253, 279, 307, 337, 371, 408, 449, 494, 544, 598, 658, - 724, 796, 876, 963, 1060, 1166, 1282, 1408, + 724, 796, 876, 963, 1060, 1166, 1282, 1411, 1552 }; |