(svn r20372) -Feature; [NewGRF] callback 0x155 to display extra information about an airport in the build gui

This commit is contained in:
yexo
2010-08-05 12:05:15 +00:00
parent 5bacbba9f2
commit d6fa76b044
2 changed files with 36 additions and 0 deletions

View File

@@ -242,6 +242,12 @@ enum CallbackID {
/** Called to indicate how long the current animation frame should last. */
CBID_AIRPTILE_ANIMATION_SPEED = 0x154, // 8 bit callback
/**
* This callback is called from airport list. It returns a value to be
* used as a custom string ID in the 0xD000 range.
*/
CBID_AIRPORT_ADDITIONAL_TEXT = 0x155, // 15 bit callback
};
/**