Fix illegal array access (#53)

Array length was too small when using old skill trait system.
This commit is contained in:
Asdow
2022-12-25 17:10:46 +02:00
committed by GitHub
parent 1f567d9602
commit 08982d92e7
+1 -1
View File
@@ -146,7 +146,7 @@ void HandleLastSelectedTraits( INT8 bNewTrait );
INT8 GetLastSelectedSkill( void );
BOOLEAN CameBackToSpecialtiesPageButNotFinished();
MOUSE_REGION gMR_SkillTraitHelpTextRegions[IMP_SKILL_TRAITS_NEW_NUMBER_MAJOR_SKILLS];
MOUSE_REGION gMR_SkillTraitHelpTextRegions[IMP_SKILL_TRAITS__NUMBER_SKILLS];
//ppp
//*******************************************************************