summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-11-04 21:05:08 +0000
committermichi_cc <michi_cc@openttd.org>2011-11-04 21:05:08 +0000
commit707b0f48e6b4d886a7e744802096a56a5a097e3e (patch)
tree8d41f1903db127cafe30a1d8462aa7979e6d1d2e /src/newgrf_callbacks.h
parenta471a20491a0253125ca1f24c44879371d8d950e (diff)
downloadopenttd-707b0f48e6b4d886a7e744802096a56a5a097e3e.tar.xz
(svn r23114) -Feature: [NewGRF] Ambient sound effect callback.
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h
index ed283eda5..6c56f44b2 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -196,7 +196,7 @@ enum CallbackID {
CBID_HOUSE_DENY_DESTRUCTION = 0x143, // 15 bit callback
/** Select an ambient sound to play for a given type of tile. */
- CBID_SOUNDS_AMBIENT_EFFECT = 0x144, // 15 bit callback, not implemented
+ CBID_SOUNDS_AMBIENT_EFFECT = 0x144, // 15 bit callback
/** Called to calculate part of a station rating. */
CBID_CARGO_STATION_RATING_CALC = 0x145, // 15 bit callback