Skip to content

Commit 62fb488

Browse files
ReimousTHReimousTH
authored andcommitted
Ex2
1 parent 69cefa9 commit 62fb488

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • MarathonRecomp/api/Sonicteam/Player

MarathonRecomp/api/Sonicteam/Player/Object.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ namespace Sonicteam::Player
1818
#pragma pack(push, 1)
1919
class __declspec(align(1)) Object : public Actor
2020
{
21-
struct ObjectPlayerUpgrade {
21+
struct ObjectPlayerUpgrade
22+
{
2223
uint32_t global_flag;
2324
uint32_t equip_flag;
2425
};

0 commit comments

Comments
 (0)