diff --git a/src/ride_data.c b/src/ride_data.c index aefda2a666..086ee8870a 100644 --- a/src/ride_data.c +++ b/src/ride_data.c @@ -491,6 +491,7 @@ const bool rideUnknownData2[0x60] = { true, // 59 LIM Launched Roller Coaster }; +/* Data at 0x0097E3B8 */ const uint8 rideUnknownData3[0x60] = { 10, // 00 Spiral Roller coaster 10, // 01 Stand Up Coaster diff --git a/src/window_peep.c b/src/window_peep.c index 33d3b319ab..aa905d97ea 100644 --- a/src/window_peep.c +++ b/src/window_peep.c @@ -778,7 +778,7 @@ void window_peep_overview_tab_paint(rct_window* w, rct_drawpixelinfo* dpi){ rct_peep* peep = GET_PEEP(w->number); if (peep->type == PEEP_TYPE_STAFF && peep->staff_type == STAFF_TYPE_ENTERTAINER) - y++; + y++; int ebx = *(RCT2_ADDRESS(0x982708, uint32*)[peep->sprite_type * 2]) + 1;