SVN r578 (trunk)

This commit is contained in:
Christoph Oelckers 2007-12-06 10:49:10 +00:00
parent 56771aebe1
commit 580b03e684
1 changed files with 2 additions and 0 deletions

View File

@ -3144,10 +3144,12 @@ static void ParseSkill ()
else if (SC_Compare("MustConfirm"))
{
skill.MustConfirm = true;
/*
if (SC_CheckToken(TK_String))
{
skill.MustConfirmText = sc_String;
}
*/
}
else if (SC_Compare("Key"))
{