(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.
This commit is contained in:
@@ -178,7 +178,7 @@ static void StartSound(SoundID sound_id, float pan, uint volume)
|
||||
}
|
||||
|
||||
|
||||
static const byte _vol_factor_by_zoom[] = {255, 190, 134, 87};
|
||||
static const byte _vol_factor_by_zoom[] = {255, 255, 255, 190, 134, 87};
|
||||
assert_compile(lengthof(_vol_factor_by_zoom) == ZOOM_LVL_COUNT);
|
||||
|
||||
static const byte _sound_base_vol[] = {
|
||||
|
Reference in New Issue
Block a user