1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

Use PARK_FLAGS_NO_MONEY instead of PARK_FLAGS_11

This commit is contained in:
qcz
2014-08-31 13:27:28 +02:00
parent 3408872a28
commit e2d1321de7

View File

@@ -904,7 +904,7 @@ void window_scenery_paint() {
RCT2_GLOBAL(0x013CE952, uint32) = price;
if (!(RCT2_GLOBAL(RCT2_ADDRESS_PARK_FLAGS, uint32) & PARK_FLAGS_11)) {
if (!(RCT2_GLOBAL(RCT2_ADDRESS_PARK_FLAGS, uint32) & PARK_FLAGS_NO_MONEY)) {
gfx_draw_string_right(dpi, STR_COST_LABEL, (void*)0x013CE952, 0,
w->x + w->width - 14, w->y + w->height - 13);
}