Skip to content

Commit

Permalink
Fix 4e92b00: Incorrect init of link graph job day length
Browse files Browse the repository at this point in the history
  • Loading branch information
JGRennison committed Oct 20, 2024
1 parent e9c1ff5 commit a0999b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linkgraph/linkgraphjob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ LinkGraphJob::LinkGraphJob(const LinkGraph &orig, uint duration_multiplier) :
settings(_settings_game.linkgraph),
join_tick(GetLinkGraphJobJoinTick(duration_multiplier)),
start_tick(_scaled_tick_counter),
day_length_factor(DayLengthFactor()),
day_length_factor(::DayLengthFactor()),
job_completed(false),
job_aborted(false)
{
Expand Down

0 comments on commit a0999b0

Please sign in to comment.