mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Merge branch 'wardrobe' into 'master'
BETA: Fix the appearance menu failing to reset its mode after a disconnect See merge request BondageProjects/Bondage-College!5544
This commit is contained in:
commit
71e024aad8
1 changed files with 1 additions and 0 deletions
|
@ -701,6 +701,7 @@ function CharacterAppearanceYOffset(C, HeightRatio, IgnoreUpButton) {
|
|||
*/
|
||||
function AppearanceLoad() {
|
||||
DialogFocusItem = null;
|
||||
CharacterAppearanceMode = "";
|
||||
CharacterAppearanceOffset = 0;
|
||||
if (!CharacterAppearanceSelection) CharacterAppearanceSelection = Player;
|
||||
var C = CharacterAppearanceSelection;
|
||||
|
|
Loading…
Add table
Reference in a new issue