Fix 1 pixel width ride_window

This commit is contained in:
Duncan Frost 2014-08-19 20:54:58 +01:00
parent 5f68d4b2a0
commit 71b6389ec7
1 changed files with 2 additions and 2 deletions

View File

@ -121,6 +121,6 @@ void window_new_ride_open()
w->var_482 = RCT2_GLOBAL(0x00F43523, sint16);
w->width = 1;
RCT2_CALLPROC_EBPSAFE(0x006B3DF1); // initialise window size and widgets
RCT2_CALLPROC_EBPSAFE(0x006B7220);
RCT2_CALLPROC_X(0x006B3DF1, 0, 0, 0, 0, (int)w, 0, 0); // initialise window size and widgets
RCT2_CALLPROC_X(0x006B7220, 0, 0, 0, 0, (int)w, 0, 0);
}