summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-15 17:24:18 +0000
committerrubidium <rubidium@openttd.org>2009-09-15 17:24:18 +0000
commit23252c99bb785e5f9a6e07aefd29bf20b82dac4a (patch)
tree6f6ae8cdad9d8ffe91be50d681dcca04ba20b1b9 /src/newgrf_callbacks.h
parentac36433b5256948a1e4c94e8d04b184a58a70628 (diff)
downloadopenttd-23252c99bb785e5f9a6e07aefd29bf20b82dac4a.tar.xz
(svn r17547) -Feature: [NewGRF] Implement callback 145 (custom station rating)
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 30bdd2fc2..46bead15b 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -192,7 +192,7 @@ enum CallbackID {
CBID_SOUNDS_AMBIENT_EFFECT = 0x144, // 15 bit callback, not implemented
/** Called to calculate part of a station rating. */
- CBID_CARGO_STATION_RATING_CALC = 0x145, // 15 bit callback, not implemented
+ CBID_CARGO_STATION_RATING_CALC = 0x145, // 15 bit callback
/** Allow signal sprites to be replaced dynamically. */
CBID_NEW_SIGNALS_SPRITE_DRAW = 0x146, // 15 bit callback, not implemented