(svn r20661) -Codechange: implement the "decide colour" callback for objects

This commit is contained in:
rubidium
2010-08-28 18:50:32 +00:00
parent 852bde0bad
commit ee8c37c3d9
2 changed files with 6 additions and 1 deletions

View File

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