mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fix illegal array access (#53)
Array length was too small when using old skill trait system.
This commit is contained in:
@@ -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
|
||||
|
||||
//*******************************************************************
|
||||
|
||||
Reference in New Issue
Block a user