From cabd771fc0b99d42aaa7e172172ad39211933461 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 8 May 2008 13:21:55 +0000 Subject: (svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h. --- src/viewport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewport.cpp') diff --git a/src/viewport.cpp b/src/viewport.cpp index 3de54e987..fed5d26e9 100644 --- a/src/viewport.cpp +++ b/src/viewport.cpp @@ -2228,7 +2228,7 @@ void UpdateTileSelection() } /** highlighting tiles while only going over them with the mouse */ -void VpStartPlaceSizing(TileIndex tile, ViewportPlaceMethod method, byte process) +void VpStartPlaceSizing(TileIndex tile, ViewportPlaceMethod method, ViewportDragDropSelectionProcess process) { _thd.select_method = method; _thd.select_proc = process; -- cgit v1.2.3-54-g00ecf