mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-23 22:49:09 +00:00
(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_YEAR when comparing _cur_year with a 'full' year.
-Cleanup: replace some magic '1920' values with BASE_YEAR.
This commit is contained in:
@@ -995,7 +995,7 @@ static bool LoadOldPlayer(LoadgameState *ls, int num)
|
||||
p->money64 = p->player_money = p->current_loan = 100000;
|
||||
|
||||
_player_colors[num] = p->player_color;
|
||||
p->inaugurated_year = _old_inaugurated_year - MAX_YEAR_BEGIN_REAL;
|
||||
p->inaugurated_year = _old_inaugurated_year - BASE_YEAR;
|
||||
if (p->location_of_house == 0xFFFF)
|
||||
p->location_of_house = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user