(svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair

This commit is contained in:
truelight
2007-06-11 11:59:36 +00:00
parent 6b101cc177
commit a391f03ae2
4 changed files with 2 additions and 28 deletions

View File

@@ -152,7 +152,7 @@ static void StartSound(uint sound, int panning, uint volume)
}
static const byte _vol_factor_by_zoom[] = {255, 190, 134, 87, 49};
static const byte _vol_factor_by_zoom[] = {255, 190, 134, 87};
assert_compile(lengthof(_vol_factor_by_zoom) == ZOOM_LVL_END);
static const byte _sound_base_vol[] = {