diff options
Diffstat (limited to 'src/economy.cpp')
-rw-r--r-- | src/economy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/economy.cpp b/src/economy.cpp index a9cb34aea..a3c880068 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -746,11 +746,11 @@ void StartupEconomy() /* Apply difficulty settings */ uint mod = 1; switch (_price_base_specs[i].category) { - case PC_RUNNING: + case PCAT_RUNNING: mod = _settings_game.difficulty.vehicle_costs; break; - case PC_CONSTRUCTION: + case PCAT_CONSTRUCTION: mod = _settings_game.difficulty.construction_cost; break; |