summaryrefslogtreecommitdiff
path: root/rail_gui.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-11-14 22:30:46 +0000
committerdominik <dominik@openttd.org>2004-11-14 22:30:46 +0000
commitd99b89ab29c340e1305f3b7f15257b4e29d5b7b7 (patch)
tree2d29b22b413527f9ba338d12dbb15bbdba50c1e5 /rail_gui.c
parent363a92bd43daf771a4859db31369ac39340f57d2 (diff)
downloadopenttd-d99b89ab29c340e1305f3b7f15257b4e29d5b7b7.tar.xz
(svn r614) [newgrf] Some minor code fixes
Diffstat (limited to 'rail_gui.c')
-rw-r--r--rail_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rail_gui.c b/rail_gui.c
index 6aa615e65..050ac03bc 100644
--- a/rail_gui.c
+++ b/rail_gui.c
@@ -1109,7 +1109,7 @@ static const Widget _build_waypoint_widgets[] = {
{ WWT_PANEL, 7, 275, 340, 17, 76, 0x0, STR_WAYPOINT_GRAPHICS_TIP},
{ WWT_HSCROLLBAR, 7, 1, 343, 80, 91, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST},
-{ WWT_LAST},
+{ WIDGETS_END},
};
static const WindowDesc _build_waypoint_desc = {