Clear character name in the loading menu when there are no saves left (bug 7088)

7220-lua-add-a-general-purpose-lexical-parser
Andrei Kortunov 1 year ago
parent 7f117a28c8
commit 760135591b

@ -29,6 +29,7 @@
Bug #7042: Weapon follow animations that immediately follow the hit animations cause multiple hits
Bug #7044: Changing a class' services does not affect autocalculated NPCs
Bug #7084: Resurrecting an actor doesn't take into account base record changes
Bug #7088: Deleting last save game of last character doesn't clear character name/details
Feature #6447: Add LOD support to Object Paging
Feature #6933: Support high-resolution cursor textures
Feature #6945: Support S3TC-compressed and BGR/BGRA NiPixelData

@ -111,7 +111,7 @@ namespace MWGui
onCharacterSelected(mCharacterSelection, nextCharacter);
}
else
fillSaveList();
mCharacterSelection->setIndexSelected(MyGUI::ITEM_NONE);
}
}

Loading…
Cancel
Save