(svn r17547) -Feature: [NewGRF] Implement callback 145 (custom station rating)

This commit is contained in:
rubidium
2009-09-15 17:24:18 +00:00
parent ac36433b52
commit 23252c99bb
2 changed files with 44 additions and 26 deletions

View File

@@ -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