|
OpenTTD Source 20251104-master-g3befbdd52f
|
Data Fields | |
| std::string | name |
| The name of the company and president. | |
| StringID | title = INVALID_STRING_ID |
| NOSAVE, has troubles with changing string-numbers. | |
| uint16_t | score = 0 |
| The score for this high score. Do NOT change type, will break hs.dat. | |
Definition at line 17 of file highscore.h.
| std::string HighScore::name |
The name of the company and president.
Definition at line 18 of file highscore.h.
| uint16_t HighScore::score = 0 |
The score for this high score. Do NOT change type, will break hs.dat.
Definition at line 20 of file highscore.h.
| StringID HighScore::title = INVALID_STRING_ID |
NOSAVE, has troubles with changing string-numbers.
Definition at line 19 of file highscore.h.