diff -r ee0173281563 -r b71483f2330f src/sound.cpp --- a/src/sound.cpp Fri May 11 15:13:08 2007 +0000 +++ b/src/sound.cpp Fri May 25 00:25:08 2007 +0000 @@ -152,7 +152,8 @@ } -static const byte _vol_factor_by_zoom[] = {255, 190, 134}; +static const byte _vol_factor_by_zoom[] = {255, 190, 134, 87, 49}; +assert_compile(lengthof(_vol_factor_by_zoom) == ZOOM_LVL_END); static const byte _sound_base_vol[] = { 128, 90, 128, 128, 128, 128, 128, 128,