From f2f69bb7883bab8adcab987e1aa30844e0177f27 Mon Sep 17 00:00:00 2001 From: Duncan Frost Date: Tue, 16 Sep 2014 18:16:32 +0100 Subject: [PATCH] Switched to no_of_rides instead of staff_type --- src/window_peep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/window_peep.c b/src/window_peep.c index 926d972944..ee168a8d80 100644 --- a/src/window_peep.c +++ b/src/window_peep.c @@ -1840,8 +1840,8 @@ void window_peep_finance_paint(){ // Paid on rides y += 10; RCT2_GLOBAL(0x13CE952, money32) = peep->paid_on_rides; - RCT2_GLOBAL(0x13CE956, uint16) = peep->staff_type; - if (peep->staff_type != 1){ + RCT2_GLOBAL(0x13CE956, uint16) = peep->no_of_rides; + if (peep->no_of_rides != 1){ gfx_draw_string_left(dpi, 2298, (void*)0x13CE952, 0, x, y); } else{