Skip to content

Commit

Permalink
port: net: fix #328
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Jan 14, 2024
1 parent a46ce32 commit 31cd8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/mplayer/mplayer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3322,7 +3322,7 @@ s32 func0f18d074(s32 index)

for (i = 0; i < MAX_BOTS; i++) {
if (&g_BotConfigsArray[i].base == g_MpAllChrConfigPtrs[index]) {
return i + 4;
return i + MAX_PLAYERS;
}
}

Expand Down

0 comments on commit 31cd8fc

Please sign in to comment.