OpenTTD
|
Data Fields | |
byte | prob |
The relative probability of the following name to appear in the bottom 7 bits. | |
union { | |
char * text | |
If probability bit 7 is clear. | |
byte id | |
If probability bit 7 is set. | |
} | data |
Definition at line 20 of file newgrf_townname.h.