From efc9c4915b1db1d08376797cd65ce0e584377d9d Mon Sep 17 00:00:00 2001 From: Duncan Frost Date: Tue, 9 Sep 2014 17:02:14 +0100 Subject: [PATCH] Added comment noting data location --- src/ride_data.c | 1 + src/window_peep.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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;