Skip to content

Commit

Permalink
Fix the player icon when graphics are enabled
Browse files Browse the repository at this point in the history
Fixes #594
  • Loading branch information
nstoddard committed Aug 28, 2023
1 parent b67697f commit 2624229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brogue/Monsters.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ void setPlayerDisplayChar() {
if (rogue.easyMode) {
player.info.displayChar = '&';
} else {
player.info.displayChar = '@';
player.info.displayChar = G_PLAYER;
}
}

Expand Down

0 comments on commit 2624229

Please sign in to comment.