Skip to content

Commit

Permalink
Savegame Bump
Browse files Browse the repository at this point in the history
Update SAVEBUMP.txt
  • Loading branch information
sturnclaw authored and Webster Sheets committed Nov 9, 2020
1 parent 88dfb55 commit 058d11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions SAVEBUMP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 058d11b

Please sign in to comment.