mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 09:23:53 +00:00
Fix the back button on generate class result dialog advancing creation stage
This commit is contained in:
parent
d30b38f336
commit
3e9cd0e2e3
1 changed files with 0 additions and 3 deletions
|
@ -674,9 +674,6 @@ void CharacterCreation::showClassQuestionDialog()
|
|||
|
||||
void CharacterCreation::onGenerateClassBack()
|
||||
{
|
||||
if(mCreationStage < CSE_ClassChosen)
|
||||
mCreationStage = CSE_ClassChosen;
|
||||
|
||||
mWM->removeDialog(mGenerateClassResultDialog);
|
||||
mGenerateClassResultDialog = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue