forked from mirror/OpenTTD
(svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user