fix compilation
The minus sign was a copypaste mistake (copied from another commits diff)
This commit is contained in:
parent
b80819be02
commit
e2bbe8422f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ config initial_level_config(saved_game& state)
|
|||
{
|
||||
state.set_random_seed();
|
||||
|
||||
- scenario["turns"] = params.num_turns;
|
||||
scenario["turns"] = params.num_turns;
|
||||
if (params.random_start_time)
|
||||
{
|
||||
if (!tod_manager::is_start_ToD(scenario["random_start_time"]))
|
||||
|
|
Loading…
Add table
Reference in a new issue