- Fixed: Redefining an existing skill would set that skills ACSReturn to be

the same as the next new skill defined, if neither definition explicitly set
  the value for ACSReturn.
- Added a DefaultSkill property. Adding it to a skill will cause that skill
  to be the default one selected in the menu. If none is specified as the
  default, then the middle skill is the default.


SVN r1731 (trunk)
This commit is contained in:
Randy Heit 2009-07-23 04:33:07 +00:00
commit 8a2e03c9cb
10 changed files with 64 additions and 12 deletions

View file

@ -52,8 +52,6 @@
extern void LoadActors ();
extern TArray<FSkillInfo> AllSkills;
//==========================================================================
//