(svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair
This commit is contained in:
@@ -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[] = {
|
||||
|
Reference in New Issue
Block a user