From 058d11b6928661ce06913ef183224d1ea37f0a43 Mon Sep 17 00:00:00 2001 From: Webster Sheets Date: Sat, 7 Nov 2020 13:59:43 -0500 Subject: [PATCH] Savegame Bump Update SAVEBUMP.txt --- SAVEBUMP.txt | 3 +-- src/Game.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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()),