Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdcer committed Jan 7, 2025
1 parent c569de7 commit 67b69f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlays/ovl_i4/fox_sz.c
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ void SectorZ_LoadLevelObjects(void) {

//! @bug: aSzLevelObjects has 12 actors, loading from gActors[50] to gActors[59] only accounts for 10 of them.
#ifdef AVOID_UB
for (j = 47, actor = &gActors[j], i = 0; i < 1000; i++) {
for (j = 48, actor = &gActors[j], i = 0; i < 1000; i++) {
#else
for (j = 50, actor = &gActors[j], i = 0; i < 1000; i++) {
#endif
Expand Down

0 comments on commit 67b69f5

Please sign in to comment.