From 9444eb4484e5691a52ddc458bd8b401c6e19571d Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 21 Jan 2008 23:55:57 +0000 Subject: (svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik. --- src/viewport_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewport_func.h') diff --git a/src/viewport_func.h b/src/viewport_func.h index 399dae45d..32ffedf9b 100644 --- a/src/viewport_func.h +++ b/src/viewport_func.h @@ -51,7 +51,7 @@ Vehicle *CheckMouseOverVehicle(); void VpSelectTilesWithMethod(int x, int y, ViewportPlaceMethod method); void VpStartPlaceSizing(TileIndex tile, ViewportPlaceMethod method, byte process); -void VpSetPresizeRange(uint from, uint to); +void VpSetPresizeRange(TileIndex from, TileIndex to); void VpSetPlaceSizingLimit(int limit); typedef void PlaceProc(TileIndex tile); -- cgit v1.2.3-54-g00ecf