Skip to content

Commit

Permalink
Update player_test.c
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Mar 17, 2023
1 parent dc66a55 commit c68f5be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/player_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ FEATURE(assign_unused, "Assign unused input device")
// lets us easily assign different input devices to different players,
// regardless of the number and type of input devices and players.
PlayerDataInit(&gPlayerDatas);
gConfig = ConfigDefault();
NPlayerData pd = PlayerDataDefault(0);
PlayerDataAddOrUpdate(pd);
pd.UID = 1;
Expand Down

0 comments on commit c68f5be

Please sign in to comment.