From 3154e7148d00f0203760aefbc6f8a5bd210cc30c Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 24 Jun 2005 12:38:35 +0000 Subject: (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" --- variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 1b35d5d81..5d750aa50 100644 --- a/variables.h +++ b/variables.h @@ -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; -- cgit v1.2.3-54-g00ecf