Skip to content

Commit

Permalink
Player 2 uses female graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisomatic committed Oct 4, 2023
1 parent fe91737 commit f2e78f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/player.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ void players_init()
if(p2 == p)
{
player_init_debug_controls(p2);
p2->model_index = FEMALE1;

}
}

Expand Down

0 comments on commit f2e78f7

Please sign in to comment.