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
1 changed files with 1 additions and 0 deletions

View File

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