|
OpenTTD
|
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 19 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 25 of file highscore.h.