Skip to content

Commit

Permalink
add include and remove dummy assignment
Browse files Browse the repository at this point in the history
ineveraskedforthis committed Jan 18, 2025
1 parent 1cdd377 commit 719311b
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/economy/economy.cpp
Original file line number Diff line number Diff line change
@@ -7375,7 +7375,6 @@ void daily_update(sys::state& state, bool presimulation, float presimulation_sta
auto overdemand_factor = ve::max(demand / supply - 1.f, 0.f);
auto speed_modifer = (overdemand_factor - oversupply_factor);
auto price_speed = 0.0001f * speed_modifer;
price_speed = price_speed;
current_price = current_price + price_speed;

auto sids = state.world.market_get_zone_from_local_market(ids);
1 change: 1 addition & 0 deletions src/economy/economy_government.cpp
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@

#include "demographics.hpp"
#include "economy.hpp"
#include "economy_government.hpp"

namespace economy {

0 comments on commit 719311b

Please sign in to comment.