1
0
Fork 0

(svn r13541) -Codechange: Aligning some switch case. Code cosmetics.

release/0.7
belugas 2008-06-17 02:33:42 +00:00
parent f5f05b4e86
commit da5fb0cf7e
1 changed files with 5 additions and 5 deletions

View File

@ -162,11 +162,11 @@ static void ToolbarOptionsClick(Window *w)
static void MenuClickSettings(int index)
{
switch (index) {
case 0: ShowGameOptions(); return;
case 1: ShowGameDifficulty(); return;
case 2: ShowPatchesSelection(); return;
case 3: ShowNewGRFSettings(!_networking, true, true, &_grfconfig); return;
case 4: ShowTransparencyToolbar(); break;
case 0: ShowGameOptions(); return;
case 1: ShowGameDifficulty(); return;
case 2: ShowPatchesSelection(); return;
case 3: ShowNewGRFSettings(!_networking, true, true, &_grfconfig); return;
case 4: ShowTransparencyToolbar(); break;
case 6: ToggleBit(_display_opt, DO_SHOW_TOWN_NAMES); break;
case 7: ToggleBit(_display_opt, DO_SHOW_STATION_NAMES); break;