1
0
Fork 0

(svn r12956) -Codechange: Code-style application on switch-case aligment

release/0.7
belugas 2008-05-05 16:05:36 +00:00
parent 72120a48c4
commit 0eab2c07c2
1 changed files with 214 additions and 213 deletions

View File

@ -566,6 +566,7 @@ static void IndustryViewWndProc(Window *w, WindowEvent *e)
}
}
} break;
case IVW_GOTO:
i = GetIndustry(w->window_number);
if (_ctrl_pressed) {
@ -573,10 +574,10 @@ static void IndustryViewWndProc(Window *w, WindowEvent *e)
} else {
ScrollMainWindowToTile(i->xy + TileDiffXY(1, 1));
}
} break;
} break;
}
break;
case WE_TIMEOUT:
WP(w, indview_d).clicked_line = 0;
WP(w, indview_d).clicked_button = 0;