OpenTTD Source
12.0-beta2
|
Data Fields | |
char | company [(MAX_LENGTH_COMPANY_NAME_CHARS+MAX_LENGTH_PRESIDENT_NAME_CHARS+5) *MAX_CHAR_LENGTH] |
The name of the company and president. More... | |
StringID | title |
NOSAVE, has troubles with changing string-numbers. | |
uint16 | score |
The score for this high score. Do NOT change type, will break hs.dat. | |
Definition at line 17 of file highscore.h.
char HighScore::company[(MAX_LENGTH_COMPANY_NAME_CHARS+MAX_LENGTH_PRESIDENT_NAME_CHARS+5) *MAX_CHAR_LENGTH] |
The name of the company and president.
The + 5 is for the comma and space or possibly other characters that join the two names in this single string and the '\0'.
Definition at line 23 of file highscore.h.
Referenced by LoadFromHighScore(), and SaveToHighScore().