Browse Source

fix displaying difficulty indicator on hero selection (#6118)

pull/6121/head
qndel 3 years ago committed by GitHub
parent
commit
3920aaa9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Source/DiabloUI/hero/selhero.cpp

1
Source/DiabloUI/hero/selhero.cpp

@ -178,6 +178,7 @@ void SelheroListSelect(int value)
selhero_heroInfo.saveNumber = pfile_ui_get_first_unused_save_num();
SelheroSetStats();
title = selhero_isMultiPlayer ? _("New Multi Player Hero").data() : _("New Single Player Hero").data();
selhero_isSavegame = false;
return;
}

Loading…
Cancel
Save