Skip to content

Commit 4aaa234

Browse files
committed
Invert name to match actual behavior
1 parent e0cebbd commit 4aaa234

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/SMS/Player/Mario.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ public:
11311131
u32 _01 : 5;
11321132
bool mLeftRecentWater : 1;
11331133
bool mTalkingNPC : 1;
1134-
bool mIsVisible : 1;
1134+
bool mIsInvisible : 1;
11351135
bool mAboveSewerFloor : 1;
11361136
u32 _00 : 1;
11371137
} mAttributes; // 0x0118
@@ -1152,7 +1152,7 @@ public:
11521152
u32 _01 : 5;
11531153
bool mLeftRecentWater : 1;
11541154
bool mTalkingNPC : 1;
1155-
bool mIsVisible : 1;
1155+
bool mIsInvisible : 1;
11561156
bool mAboveSewerFloor : 1;
11571157
u32 _00 : 1;
11581158
} mPrevAttributes; // 0x011C

0 commit comments

Comments
 (0)