We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cefa9 commit 62fb488Copy full SHA for 62fb488
1 file changed
MarathonRecomp/api/Sonicteam/Player/Object.h
@@ -18,7 +18,8 @@ namespace Sonicteam::Player
18
#pragma pack(push, 1)
19
class __declspec(align(1)) Object : public Actor
20
{
21
- struct ObjectPlayerUpgrade {
+ struct ObjectPlayerUpgrade
22
+ {
23
uint32_t global_flag;
24
uint32_t equip_flag;
25
};
0 commit comments