mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 16:09:10 +00:00
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
This commit is contained in:
@@ -313,7 +313,7 @@ VARDEF bool _rightclick_emulate;
|
||||
// IN/OUT parameters to commands
|
||||
VARDEF byte _yearly_expenses_type;
|
||||
VARDEF TileIndex _terraform_err_tile;
|
||||
VARDEF uint _build_tunnel_endtile;
|
||||
VARDEF TileIndex _build_tunnel_endtile;
|
||||
VARDEF bool _generating_world;
|
||||
VARDEF int _new_town_size;
|
||||
VARDEF uint _returned_refit_amount;
|
||||
|
Reference in New Issue
Block a user