diff -r ba2798e551a3 -r 2cfe4a46fa1c src/sound.cpp --- a/src/sound.cpp Sat May 19 22:48:04 2007 +0000 +++ b/src/sound.cpp Sat May 19 23:52:04 2007 +0000 @@ -152,7 +152,8 @@ } -static const byte _vol_factor_by_zoom[ZOOM_LVL_END] = {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,