- Added skill definitions to MAPINFO.

SVN r558 (trunk)
This commit is contained in:
Christoph Oelckers 2007-11-02 22:03:03 +00:00
commit 52e5f8b8e1
9 changed files with 387 additions and 161 deletions

View file

@ -3923,7 +3923,7 @@ int DLevelScript::RunScript ()
break;
case PCD_GAMESKILL:
PushToStack (gameskill);
PushToStack (G_SkillProperty(SKILLP_ACSReturn));
break;
// [BC] Start ST PCD's