diff options
Diffstat (limited to 'src/render_objects.c')
| -rw-r--r-- | src/render_objects.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render_objects.c b/src/render_objects.c index 8cef03f3c..bc4a86a58 100644 --- a/src/render_objects.c +++ b/src/render_objects.c @@ -2373,13 +2373,13 @@ void func_8004F3E4(s32 arg0) { case GRAND_PRIX: for (idx = D_8018D158 - 1; idx >= 0; idx--) { playerId = gGPCurrentRacePlayerIdByRank[idx]; - if ((gPlayerOne + playerId)->type & PLAYER_CPU) { + if ((gPlayerOne + playerId)->type & PLAYER_KART_AI) { func_8004F168(arg0, playerId, 8); } } for (idx = D_8018D158 - 1; idx >= 0; idx--) { playerId = gGPCurrentRacePlayerIdByRank[idx]; - if (((gPlayerOne + playerId)->type & PLAYER_CPU) != PLAYER_CPU) { + if (((gPlayerOne + playerId)->type & PLAYER_KART_AI) != PLAYER_KART_AI) { func_8004F168(arg0, playerId, (gPlayerOne + playerId)->characterId); } } |
