Skip to content

Commit

Permalink
port: use mpindex to index player specific settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Nov 4, 2023
1 parent d75adeb commit 407d472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/data.h
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ extern u32 g_HudAlignModeR;
extern s32 g_PrevFrameFb;
extern s32 g_PrevFrameCapTimer;

#define PLAYER_EXTCFG() g_PlayerExtCfg[g_Vars.currentplayernum]
#define PLAYER_EXTCFG() g_PlayerExtCfg[g_Vars.currentplayerstats->mpindex & 3]
#define PLAYER_DEFAULT_FOV (PLAYER_EXTCFG().fovy)

#define TEX_FILTER_2D g_TexFilter2D
Expand Down

0 comments on commit 407d472

Please sign in to comment.