Skip to content

Commit

Permalink
Update charchange.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Dec 4, 2019
1 parent a25038b commit 334715d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/charchange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ void changeCharacter(void) {
int i2 = 0;
if (characterChangeMenu_optionShownFirst == 0) {
i2 += 48;
Draw_Text(64, i2, 0.65, BLACK, "Change body");
Draw_Text(64, i2, 0.65, BLACK, "Change attributes");
}
if (highlightedGame == 3) {
i2 += 48;
Expand Down

0 comments on commit 334715d

Please sign in to comment.