Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
schombert committed Apr 8, 2024
1 parent c297f89 commit 5f78601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gamestate/serialization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ inline uint8_t const* deserialize(uint8_t const* ptr_in, ankerl::unordered_dense
}

constexpr inline uint32_t save_file_version = 36;
constexpr inline uint32_t scenario_file_version = 123 + save_file_version;
constexpr inline uint32_t scenario_file_version = 124 + save_file_version;

struct scenario_header {
uint32_t version = scenario_file_version;
Expand Down

0 comments on commit 5f78601

Please sign in to comment.