Skip to content

Commit

Permalink
fix broken .gui file
Browse files Browse the repository at this point in the history
  • Loading branch information
schombert committed Jan 28, 2024
1 parent e11f707 commit d3b825f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions assets/alice.gui
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ guiTypes = {
name = "spoilers_label"
position = { 78 126 }
text = "spoilers_label"
tooltipText = "spoilers_tt"
font = "Arial16"
borderSize = { 0 0 }
maxsize = { 236 18 }
Expand Down Expand Up @@ -3958,7 +3957,7 @@ guiTypes = {
}
iconType = {
name = "minimap_bg-patch"
spriteType = "new-minimap-bg"
spriteType = "GFX_new_minimap_bg"
position = { -374 -200 }
Orientation = "LOWER_RIGHT"
}
Expand Down
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 = 35;
constexpr inline uint32_t scenario_file_version = 119 + save_file_version;
constexpr inline uint32_t scenario_file_version = 120 + save_file_version;

struct scenario_header {
uint32_t version = scenario_file_version;
Expand Down

0 comments on commit d3b825f

Please sign in to comment.