Skip to content

Commit

Permalink
Save bump to 88
Browse files Browse the repository at this point in the history
(Needed for BBS refactor #5312, and Cultures based name gen #5223)
  • Loading branch information
impaktor committed Jan 27, 2022
1 parent 641124a commit ae8c5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "pigui/PiGuiView.h"
#include "ship/PlayerShipController.h"

static const int s_saveVersion = 87;
static const int s_saveVersion = 88;

Game::Game(const SystemPath &path, const double startDateTime) :
m_galaxy(GalaxyGenerator::Create()),
Expand Down

0 comments on commit ae8c5b7

Please sign in to comment.