1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Fix display of remaining marketing campaign weeks

This commit is contained in:
Gymnasiast
2015-07-27 10:34:19 +02:00
parent 0ef9627058
commit 38f031655c
3 changed files with 8 additions and 6 deletions

View File

@@ -1096,7 +1096,6 @@ enum {
STR_ADVERTISING_CAMPAIGN_FOR_2 = 2435,
STR_MARKETING_1_WEEK = 2436,
STR_MARKETING_WEEKS_REMAINING = 2442,
STR_MARKETING_COST_PER_WEEK = 2443,
STR_MARKETING_TOTAL_COST = 2444,
STR_MARKETING_START_THIS_MARKETING_CAMPAIGN = 2445,
@@ -1831,6 +1830,8 @@ enum {
STR_TIME_SINCE_LAST_INSPECTION_MINUTE = 5482,
STR_X_WEEKS_REMAINING = 5483,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};