mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 21:40:15 +00:00
Fix the back button on generate class result dialog advancing creation stage
This commit is contained in:
parent
d30b38f336
commit
3e9cd0e2e3
@ -674,9 +674,6 @@ void CharacterCreation::showClassQuestionDialog()
|
||||
|
||||
void CharacterCreation::onGenerateClassBack()
|
||||
{
|
||||
if(mCreationStage < CSE_ClassChosen)
|
||||
mCreationStage = CSE_ClassChosen;
|
||||
|
||||
mWM->removeDialog(mGenerateClassResultDialog);
|
||||
mGenerateClassResultDialog = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user