diff options
author | frosch <frosch@openttd.org> | 2020-12-27 23:25:43 +0100 |
---|---|---|
committer | frosch <github@elsenhans.name> | 2021-01-11 22:15:58 +0100 |
commit | e339188dedbb0a99c56536380aa0f32b31959327 (patch) | |
tree | c39136efed0191004484e1fa236ebdaa1c26bf78 /src/widgets | |
parent | 1432dbac53aba7c71d12633a0272d64190551d6e (diff) | |
download | openttd-e339188dedbb0a99c56536380aa0f32b31959327.tar.xz |
Add: a go-to-location button to the LandInfo window.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/misc_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/misc_widget.h b/src/widgets/misc_widget.h index 0fdfc8c60..f62234405 100644 --- a/src/widgets/misc_widget.h +++ b/src/widgets/misc_widget.h @@ -12,6 +12,7 @@ /** Widgets of the #LandInfoWindow class. */ enum LandInfoWidgets { + WID_LI_LOCATION, ///< Scroll to location. WID_LI_BACKGROUND, ///< Background of the window. }; |