Savegame Bump

Update SAVEBUMP.txt
master
Webster Sheets 2020-11-07 13:59:43 -05:00 committed by Webster Sheets
parent 88dfb5500c
commit 058d11b692
2 changed files with 2 additions and 3 deletions

View File

@ -13,5 +13,4 @@ Regular tasks
- data/libs/NameGen.lua: Add new authors to name generator
One-time tasks
- Remove old-equipment compat functions from Ship.lua; we are many versions past the new equipment system,
and they will be obsoleted when cargo becomes separated from equipment anyways.
- add your one-time tasks here

View File

@ -35,7 +35,7 @@
#include "pigui/PiGuiView.h"
#include "ship/PlayerShipController.h"
static const int s_saveVersion = 86;
static const int s_saveVersion = 87;
Game::Game(const SystemPath &path, const double startDateTime) :
m_galaxy(GalaxyGenerator::Create()),