Used proper function for window_invalidate.

This commit is contained in:
hexdec 2014-08-14 00:32:18 +02:00
parent af06b5aae2
commit db42345d94
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ void sub_6BED21(rct_window* w, rct_peep* peep)
if (a == 0) {
CF = w->disabled_widgets & (1 << 0xA); //bt dword ptr [esi+10h], 0Ah
if (CF == 1) {
RCT2_CALLFUNC_X(0x6EB13A, 0, 0, 0, 0, (int)w, 0, 0);
window_invalidate(w);
}
}