Skip to content

Commit

Permalink
Adjust struct size
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Feb 26, 2025
1 parent 9a0d52f commit 1241cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrameMeter/src/core/battle.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,5 +273,5 @@ struct Character : public Entity
bool is_maneuvering() const;

private:
char pad[0xE89C + sizeof(int32_t) - sizeof(Entity)];
char pad[0xE9C4 + sizeof(int32_t) - sizeof(Entity)];
};

0 comments on commit 1241cae

Please sign in to comment.