Skip to content

Commit

Permalink
Learning more C
Browse files Browse the repository at this point in the history
  • Loading branch information
ElwinBran committed Jun 22, 2024
1 parent 1e024ca commit 4f91b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roamer.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void ClearRoamerData(void)

for (i = 0; i < MAX_ROAMERS; i++)
{
*gSaveBlock1Ptr->roamers[i] = (struct Roamer) {};
gSaveBlock1Ptr->roamers[i] = (struct Roamer) {};
sRoamerLocation[i][MAP_GRP] = 0;
sRoamerLocation[i][MAP_NUM] = 0;
for (j = 0; j < 3; j++)
Expand Down

0 comments on commit 4f91b67

Please sign in to comment.