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

@@ -767,8 +767,7 @@ map_data buildTownMapData(size_t which) {
}
void save_scenario(fs::path toFile) {
// TODO: I'm not certain 1.0.0 is the correct version here?
scenario.format.prog_make_ver[0] = 1;
scenario.format.prog_make_ver[0] = 2;
scenario.format.prog_make_ver[1] = 0;
scenario.format.prog_make_ver[2] = 0;
// TODO: This is just a skeletal outline of what needs to be done to save the scenario