Reformatted cheats misc. array to be consistent with other tabs

This commit is contained in:
Goddesen 2016-06-04 22:05:30 +02:00
parent 8cfddca5a9
commit bfd0a405ee
1 changed files with 16 additions and 18 deletions

View File

@ -230,8 +230,6 @@ static rct_widget window_cheats_misc_widgets[] = {
{ WWT_CHECKBOX, 1, XPL(0), WPL(0), YPL(15), HPL(15), STR_CHEAT_DISABLE_PLANT_AGING, STR_CHEAT_DISABLE_PLANT_AGING_TIP }, // Disable plant aging
{ WWT_CLOSEBOX, 1, MAX_BTN_LEFT, MAX_BTN_RIGHT, YPL(16), HPL(16), STR_FAST, STR_NONE }, // Fast staff
{ WWT_CLOSEBOX, 1, MIN_BTN_LEFT, MIN_BTN_RIGHT, YPL(16), HPL(16), STR_NORMAL, STR_NONE }, // Normal staff
{ WIDGETS_END },
};
static rct_widget window_cheats_rides_widgets[] = {