summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-08 13:21:55 +0000
committerrubidium <rubidium@openttd.org>2008-05-08 13:21:55 +0000
commit8b9ffbe15824cc0ca405e5c3ed49a276995a9739 (patch)
tree5b59a1c33296df3cf6d606314b7975d74eed399c /src/viewport.cpp
parenta28ea3865385e519026224076b8dc479e13010a0 (diff)
downloadopenttd-8b9ffbe15824cc0ca405e5c3ed49a276995a9739.tar.xz
(svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h.
Diffstat (limited to 'src/viewport.cpp')
-rw-r--r--src/viewport.cpp2
1 files changed, 1 insertions, 1 deletions
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;