- Update to latest version in trunk.

SVN r3890 (scripting)
This commit is contained in:
Randy Heit 2012-10-17 04:24:54 +00:00
commit e7efa1d802
117 changed files with 2260 additions and 787 deletions

View file

@ -56,6 +56,7 @@ extern void InitBotStuff();
extern void ClearStrifeTypes();
TArray<PClassActor *> PClassActor::AllActorClasses;
FRandom FState::pr_statetics;
bool FState::CallAction(AActor *self, AActor *stateowner)
{
@ -505,19 +506,6 @@ void PClassActor::SetPainChance(FName type, int chance)
}
}
//==========================================================================
//
//
//==========================================================================
void PClassActor::SetPainFlash(FName type, PalEntry color)
{
if (PainFlashes == NULL)
PainFlashes = new PainFlashList;
PainFlashes->Insert(type, color);
}
//==========================================================================
//
// DmgFactors :: CheckFactor