reset "custom skill" on enter (#2337)

This commit is contained in:
Roman Fomin 2025-07-21 22:43:00 +07:00 committed by GitHub
parent 34df59559f
commit 62bf03e369
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3605,6 +3605,7 @@ void MN_CustomSkill(void)
SetupMenu();
csmenu_skill = default_skill - 1;
SelectSkillLevel();
}
void MN_DrawCustomSkill(void)