Skip to content

Commit

Permalink
Merge pull request #333 from AXDOOMER/port
Browse files Browse the repository at this point in the history
Always use high detail weapon models
  • Loading branch information
fgsfdsfgs authored Jan 14, 2024
2 parents fbfe4b4 + f4ec781 commit 9afc7e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game/game_0b0fd0.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,11 @@ u16 weaponGetFileNum(s32 weaponnum)
}

if (weapon) {
#ifdef PLATFORM_N64
if (PLAYERCOUNT() >= 2) {
return weapon->lo_model;
}
#endif

return weapon->hi_model;
}
Expand Down

0 comments on commit 9afc7e1

Please sign in to comment.