Skip to content

Commit

Permalink
Fixed checkmode array not set to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
skynettx committed Jul 23, 2024
1 parent be25fc2 commit d8ad342
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,11 @@ char* ConvertGraphicsMAP(char* item, char* itemname, int itemlength)
spriteairground[i] = 0;
}

for (int i = 0; i < 6; i++)
{
checkmode[i] = 0;
}

if (eemode != -1)
eemode = -3 + diffmode;

Expand Down

0 comments on commit d8ad342

Please sign in to comment.