Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Nov 24, 2024
1 parent 60d65c2 commit 1e77f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Jazz2/UI/Menu/HighscoresSection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ namespace Jazz2::UI::Menu
AccountProfileBase profileBase;
AccountUserData userData;
accountProfileGet(&profile, &userData, &profileBase);
String userName = profileBase.name;
String userName = profileBase.nickname;
accountProfileClose(&profile);
}
accountExit();
Expand Down

0 comments on commit 1e77f77

Please sign in to comment.