mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-02-03 18:08:14 +01:00
Codechange: Pass TileDesc by reference.
This commit is contained in:
committed by
Peter Nelson
parent
012daaa3d9
commit
96f260e718
@@ -144,7 +144,7 @@ public:
|
||||
|
||||
CargoArray acceptance{};
|
||||
AddAcceptedCargo(tile, acceptance, nullptr);
|
||||
GetTileDesc(tile, &td);
|
||||
GetTileDesc(tile, td);
|
||||
|
||||
this->landinfo_data.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user