(svn r5609) CodeChange : Apply coding style

This commit is contained in:
belugas 2006-07-26 03:33:12 +00:00
parent fd0305197e
commit 6082507fea
33 changed files with 294 additions and 294 deletions

View File

@ -366,9 +366,9 @@ static void OrderClick_Delete(Window* w, const Vehicle* v)
DoCommandP(v->tile, v->index, OrderGetSel(w), NULL, CMD_DELETE_ORDER | CMD_MSG(STR_8834_CAN_T_DELETE_THIS_ORDER));
}
typedef void OnButtonClick(Window* w, const Vehicle* v);
typedef void OnButtonVehClick(Window *w, const Vehicle *v);
static OnButtonClick* const _order_button_proc[] = {
static OnButtonVehClick* const _order_button_proc[] = {
OrderClick_Skip,
OrderClick_Delete,
OrderClick_Nonstop,