diff options
author | rubidium <rubidium@openttd.org> | 2008-05-08 13:21:55 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-08 13:21:55 +0000 |
commit | cabd771fc0b99d42aaa7e172172ad39211933461 (patch) | |
tree | 5b59a1c33296df3cf6d606314b7975d74eed399c /src/tilehighlight_type.h | |
parent | e48a351f8e006b19d9e2c7bf9ef672a1e141d85f (diff) | |
download | openttd-cabd771fc0b99d42aaa7e172172ad39211933461.tar.xz |
(svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h.
Diffstat (limited to 'src/tilehighlight_type.h')
-rw-r--r-- | src/tilehighlight_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tilehighlight_type.h b/src/tilehighlight_type.h index 0637d374e..1ad04d9ea 100644 --- a/src/tilehighlight_type.h +++ b/src/tilehighlight_type.h @@ -69,7 +69,7 @@ struct TileHighlightData { WindowNumber window_number; ViewportPlaceMethod select_method; - byte select_proc; + ViewportDragDropSelectionProcess select_proc; TileIndex redsq; }; |