1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Fixed Clear Loan cheat

The function already existed in the codebase. I've fixed it and added a
button.
This commit is contained in:
Runelaenen
2015-06-10 19:23:10 +02:00
parent 723fcafd51
commit 829e0712e4
3 changed files with 23 additions and 9 deletions

View File

@@ -994,6 +994,7 @@ enum {
// Money
STR_CHEAT_5K_MONEY = 2760,
STR_CHEAT_PAY_ENTRANCE = 2761,
STR_CHEAT_CLEAR_LOAN = 5302,
STR_CHEAT_PAY_RIDES = 2762,
// Guests
@@ -1030,6 +1031,7 @@ enum {
// Cheat tips
STR_CHEAT_TIP_5K_MONEY = 2681,
STR_CHEAT_TIP_PAY_ENTRY = 2682,
STR_CHEAT_TIP_CLEAR_LOAN = 5301,
STR_CHEAT_TIP_HAPPY_GUESTS = 2683,
STR_CHEAT_TIP_LARGE_TRAM_GUESTS = 2684,
STR_CHEAT_TIP_NAUSEA = 5255,