Skip to content

Commit

Permalink
fix star_count in savedata
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto committed May 27, 2024
1 parent 772b277 commit c58fedb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/game_api/savedata.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ struct ConstellationLine

struct Constellation
{
uint32_t star_count;
uint8_t star_count;
uint8_t unknown[3];
std::array<ConstellationStar, 45> stars;
float scale;
uint8_t line_count;
Expand Down

0 comments on commit c58fedb

Please sign in to comment.