File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1404,9 +1404,9 @@ void display_data::create_curved_river_vertices(parsers::scenario_building_conte
1404
1404
runner.done = true ;
1405
1405
}
1406
1406
}
1407
- } else {
1408
- exists_running_runner = true ;
1407
+ } else {
1409
1408
if (is_river_merge (river_data[runner.x + runner.y * size_x])) {
1409
+ exists_running_runner = true ;
1410
1410
runner.waiting_for_merge = true ;
1411
1411
} else {
1412
1412
bool first_child = true ;
@@ -1427,6 +1427,8 @@ void display_data::create_curved_river_vertices(parsers::scenario_building_conte
1427
1427
width = runner.position ->width ;
1428
1428
}
1429
1429
1430
+ exists_running_runner = true ;
1431
+
1430
1432
river_vertex* new_river_vertex = nullptr ;
1431
1433
1432
1434
bool we_will_move_forward = false ;
@@ -1462,6 +1464,7 @@ void display_data::create_curved_river_vertices(parsers::scenario_building_conte
1462
1464
}
1463
1465
1464
1466
if (next_position != nullptr ) {
1467
+ exists_running_runner = true ;
1465
1468
runner.x = next_x;
1466
1469
runner.y = next_y;
1467
1470
runner.position = next_position;
You can’t perform that action at this time.
0 commit comments