mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +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 );
|
INT8 GetLastSelectedSkill( void );
|
||||||
BOOLEAN CameBackToSpecialtiesPageButNotFinished();
|
BOOLEAN CameBackToSpecialtiesPageButNotFinished();
|
||||||
|
|
||||||
MOUSE_REGION gMR_SkillTraitHelpTextRegions[IMP_SKILL_TRAITS_NEW_NUMBER_MAJOR_SKILLS];
|
MOUSE_REGION gMR_SkillTraitHelpTextRegions[IMP_SKILL_TRAITS__NUMBER_SKILLS];
|
||||||
//ppp
|
//ppp
|
||||||
|
|
||||||
//*******************************************************************
|
//*******************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user