aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/adpcm.cpp2
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
};