(svn r20373) -Feature: [NewGRF] callback 0x156 to use another name for airport layouts than the default "Layout x"

This commit is contained in:
yexo
2010-08-05 12:05:56 +00:00
parent d6fa76b044
commit 00902294b3
2 changed files with 8 additions and 0 deletions

View File

@@ -248,6 +248,9 @@ enum CallbackID {
* used as a custom string ID in the 0xD000 range.
*/
CBID_AIRPORT_ADDITIONAL_TEXT = 0x155, // 15 bit callback
/** Called to determine text to show as airport layout name. */
CBID_AIRPORT_LAYOUT_NAME = 0x156, // 15 bit callback
};
/**