diff --git a/SAVEBUMP.txt b/SAVEBUMP.txt index 4e73d403c..664119141 100644 --- a/SAVEBUMP.txt +++ b/SAVEBUMP.txt @@ -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 diff --git a/src/Game.cpp b/src/Game.cpp index caf1142d9..906f34b14 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -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()),