fix to enable rotate station/building button

This commit is contained in:
anyc 2014-05-24 21:17:23 +02:00
parent 271f9911d5
commit 769297c905
1 changed files with 3 additions and 2 deletions

View File

@ -746,8 +746,9 @@ static void input_leftmousedown(int x, int y, rct_window *w, int widgetIndex)
}
break;
default:
if (!widget_is_enabled(w, widgetIndex))
break;
// comment check as it disables the rotate station/building button in construction window
// if (!widget_is_enabled(w, widgetIndex))
// break;
if (widget_is_disabled(w, widgetIndex))
break;