(svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h.

This commit is contained in:
rubidium
2008-05-08 13:21:55 +00:00
parent e48a351f8e
commit cabd771fc0
6 changed files with 36 additions and 36 deletions

View File

@@ -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;