Mercurial > hg > openttd
diff src/main_gui.cpp @ 7125:c46d3397a476 draft
(svn r10398) -Fix (r10271): transparency menu option wasn't moved properly in the scenario editor
author | peter1138 <peter1138@openttd.org> |
---|---|
date | Sat, 30 Jun 2007 11:28:26 +0000 (2007-06-30) |
parents | 787d1ac148e4 |
children | 2116c82efa49 |
line wrap: on
line diff
--- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -233,8 +233,7 @@ case 0: ShowSmallMap(); break; case 1: ShowExtraViewPortWindow(); break; case 2: ShowSignList(); break; - case 3: ShowTransparencyToolbar(); break; - case 4: ShowTownDirectory(); break; + case 3: ShowTownDirectory(); break; } } @@ -1036,7 +1035,7 @@ static void ToolbarScenMapTownDir(Window *w) { /* Scenario editor button, *hack*hack* use different button to activate */ - PopupMainToolbMenu(w, 8 | (17 << 8), STR_02DE_MAP_OF_WORLD, 5, 0); + PopupMainToolbMenu(w, 8 | (17 << 8), STR_02DE_MAP_OF_WORLD, 4, 0); } static void ToolbarScenZoomIn(Window *w)