summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-03-26 21:22:29 +0000
committertruelight <truelight@openttd.org>2005-03-26 21:22:29 +0000
commit3dae675f632b0be38dbf4b8cd456c1120e73f25d (patch)
treebef160789c4e448ee63e1132b926e981ea282c5a /main_gui.c
parent76867504149b9179cbd70f2f981ac5a85d90ce53 (diff)
downloadopenttd-3dae675f632b0be38dbf4b8cd456c1120e73f25d.tar.xz
(svn r2079) -Add: signlist, shows all signs in the map. Clicking on them, and you go
to the sign. Very needed for coop. You can find it under World Map.
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main_gui.c b/main_gui.c
index bac3509f7..633b970b7 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -233,6 +233,7 @@ static void MenuClickMap(int index)
switch(index) {
case 0: ShowSmallMap(); break;
case 1: ShowExtraViewPortWindow(); break;
+ case 2: ShowSignList(); break;
}
}
@@ -778,7 +779,7 @@ static void ToolbarSaveClick(Window *w)
static void ToolbarMapClick(Window *w)
{
- PopupMainToolbMenu(w, 96, 4, STR_02DE_MAP_OF_WORLD, 2);
+ PopupMainToolbMenu(w, 96, 4, STR_02DE_MAP_OF_WORLD, 3);
}
static void ToolbarTownClick(Window *w)