(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.
This commit is contained in:
truelight
2005-03-26 21:22:29 +00:00
parent 7686750414
commit 3dae675f63
7 changed files with 178 additions and 5 deletions

View File

@@ -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)