We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cebbd commit 4aaa234Copy full SHA for 4aaa234
1 file changed
include/SMS/Player/Mario.hxx
@@ -1131,7 +1131,7 @@ public:
1131
u32 _01 : 5;
1132
bool mLeftRecentWater : 1;
1133
bool mTalkingNPC : 1;
1134
- bool mIsVisible : 1;
+ bool mIsInvisible : 1;
1135
bool mAboveSewerFloor : 1;
1136
u32 _00 : 1;
1137
} mAttributes; // 0x0118
@@ -1152,7 +1152,7 @@ public:
1152
1153
1154
1155
1156
1157
1158
} mPrevAttributes; // 0x011C
0 commit comments