(svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920
-Codechange: store all year related variables that are _not_ stored in a savegame/transported over the network in the same format as _cur_year
This commit is contained in:
@@ -362,7 +362,7 @@ int32 CmdBuildAircraft(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
|
||||
v->service_interval = _patches.servint_aircraft;
|
||||
|
||||
v->date_of_last_service = _date;
|
||||
v->build_year = u->build_year = _cur_year;
|
||||
v->build_year = u->build_year = _cur_year - BASE_YEAR;
|
||||
|
||||
v->cur_image = u->cur_image = 0xEA0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user