forked from mirror/OpenTTD
(svn r10600) -Codechange: code-stylising the gui switch-case code
This commit is contained in:
@@ -264,9 +264,9 @@ static void BuildDynamicIndustryWndProc(Window *w, WindowEvent *e)
|
||||
} else if (HandlePlacePushButton(w, DYNA_INDU_FUND_WIDGET, SPR_CURSOR_INDUSTRY, 1, NULL)) {
|
||||
WP(w, def_d).data_1 = _industrydata.select;
|
||||
}
|
||||
} break;
|
||||
}
|
||||
break;
|
||||
} break;
|
||||
|
||||
case WE_RESIZE: {
|
||||
w->vscroll.cap += e->we.sizing.diff.y / (int)w->resize.step_height;
|
||||
|
Reference in New Issue
Block a user