summaryrefslogtreecommitdiff
path: root/src/sound.cpp
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-06-11 11:59:36 +0000
committertruelight <truelight@openttd.org>2007-06-11 11:59:36 +0000
commita391f03ae23d9bc9df188f976214d61b75be8b48 (patch)
tree50c0c99556115ffbf64903dfe7833e8547f5707b /src/sound.cpp
parent6b101cc177a9e689dd193041b82661ab140b817c (diff)
downloadopenttd-a391f03ae23d9bc9df188f976214d61b75be8b48.tar.xz
(svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index fdc6c8451..ac8f3c2fa 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -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[] = {