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

Fix not enough cash error showing incorrectly

This commit is contained in:
jensj12
2018-04-02 22:12:53 +02:00
committed by Aaron van Geffen
parent 50e3f8b4f6
commit ce0bf28cb5

View File

@@ -96,6 +96,7 @@ public:
STR_CANT_REFURBISH_NOT_NEEDED);
}
result->ErrorTitle = STR_CANT_REFURBISH_RIDE;
result->Cost = GetRefurbishPrice();
}