Move Set Town Start to Town menu and make it work the same as Set Out Start
- Also fix problem with initial starting town in new scenarios (it was uninitialized)
This commit is contained in:
@@ -66,6 +66,7 @@ cScenario::cScenario() {
|
||||
format.prog_make_ver[0] = 2;
|
||||
init_spec = -1;
|
||||
default_ground = 2;
|
||||
which_town_start = 0;
|
||||
where_start.x = 24;
|
||||
where_start.y = 24;
|
||||
out_start = where_start = loc(24,24);
|
||||
|
||||
Reference in New Issue
Block a user