Skip to content

Commit

Permalink
fix: fixed error when minimap is hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbsinteractive committed Jul 27, 2024
1 parent 6663027 commit d807ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remc2/sub_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77495,8 +77495,8 @@ void sub_87CF0()//268cf0
v28x = 1;
while (v27 <= str_unk_1804B0ar.dword_0x66)
{
if (str_E2A74[v22x].axis_2[0] & 0x2ff)
str_E2A74[v22x].axis_2[0] &= 0xFEu;
if (str_E2A74[v28x].axis_2[0] & 0x2ff)
str_E2A74[v28x].axis_2[0] &= 0xFEu;
v27++;
v28x++;
}
Expand Down

0 comments on commit d807ef4

Please sign in to comment.