EvtMainFrame: remove an extra line.

This commit is contained in:
Guillaume Jacquemin 2021-05-11 14:51:54 +02:00
parent 3c64f59a8c
commit 640f378357
1 changed files with 0 additions and 1 deletions

View File

@ -543,7 +543,6 @@ void EvtMainFrame::updateProfileStats() {
Profile* current_profile = _profileManager.currentProfile();
_companyName->SetLabel(current_profile->getCompanyName());
_credits->SetLabel(wxString::Format("%i", current_profile->getCredits()));
if(story_progress_map.find(current_profile->getStoryProgress()) != story_progress_map.end()) {