1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Hide guest money effects on title screen

This commit is contained in:
Ted John
2017-06-07 23:20:35 +01:00
parent 91075fce41
commit 945d960cb7

View File

@@ -10578,7 +10578,7 @@ static void peep_spend_money(rct_peep *peep, money16 *peep_expend_type, money32
gUnk141F568 = gUnk13CA740;
finance_payment(-amount, gCommandExpenditureType);
if (gConfigGeneral.show_guest_purchases) {
if (gConfigGeneral.show_guest_purchases && !(gScreenFlags & SCREEN_FLAGS_TITLE_DEMO)) {
// HACK Currently disabled for multiplayer due to limitation of all sprites
// needing to be synchronised
if (network_get_mode() == NETWORK_MODE_NONE) {