summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-28 18:50:32 +0000
committerrubidium <rubidium@openttd.org>2010-08-28 18:50:32 +0000
commitee8c37c3d9fb5b62e24b0272fd93cd50acaa80f6 (patch)
treeb622998fd46c759e6be6dfc9c202ba43af79da73 /src/newgrf_callbacks.h
parent852bde0bad87b0aab2f8e70688989c76a4c34480 (diff)
downloadopenttd-ee8c37c3d9fb5b62e24b0272fd93cd50acaa80f6.tar.xz
(svn r20661) -Codechange: implement the "decide colour" callback for objects
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 3cdd6abb0..4dcc24d5a 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -265,7 +265,7 @@ enum CallbackID {
CBID_OBJECT_ANIMATION_SPEED = 0x15A, // 8 bit callback, not implemented
/** Called to determine the colour of a town building. */
- CBID_OBJECT_COLOUR = 0x15B, // 15 bit callback, not implemented
+ CBID_OBJECT_COLOUR = 0x15B, // 15 bit callback
/** Called to determine more text in the fund object window */
CBID_OBJECT_FUND_MORE_TEXT = 0x15C, // 15 bit callback, not implemented