Skip to content

Commit

Permalink
Bump save game version, prior to 2024-02-03 release
Browse files Browse the repository at this point in the history
  • Loading branch information
impaktor committed Feb 1, 2024
1 parent 6dad0d4 commit 80a569a
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 @@ -34,7 +34,7 @@
#include "pigui/PiGuiView.h"
#include "ship/PlayerShipController.h"

static const int s_saveVersion = 89;
static const int s_saveVersion = 90;

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

0 comments on commit 80a569a

Please sign in to comment.