Officially move version info up to 2.0

This commit is contained in:
2015-02-01 15:44:21 -05:00
parent 07054eb465
commit 15a802f63d
7 changed files with 7 additions and 16 deletions

View File

@@ -268,14 +268,6 @@ bool load_party_v1(fs::path file_to_load, cUniverse& univ, bool town_restore, bo
univ.town.append(sfx, misc_i);
}
// Compatibility flags
// TODO: Pretty sure I did this elsewhere, so probably don't need it here
if(in_scen && univ.scenario.format.prog_make_ver[0] < 2){
univ.party.stuff_done[305][8] = 1;
} else {
univ.party.stuff_done[305][8] = 0;
}
return true;
}