Added (and put to use) several more SDF_ constants.

git-svn-id: http://openexile.googlecode.com/svn/trunk@24 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-04-19 15:43:04 +00:00
parent 0794231c20
commit 4c78d68b2b
15 changed files with 132 additions and 126 deletions

View File

@@ -1259,7 +1259,7 @@ void give_help(short help1,short help2,short parent_num)
help_forced = TRUE;
help1 -= 200;
}
if ((PSD[306][4] > 0) && (help_forced == FALSE))
if ((PSD[SDF_NO_INSTANT_HELP] > 0) && (help_forced == FALSE))
return;
if (party.help_received[help1] > 0)
return;