- Fixed: PClass::InitializeActors() did not initialize the ActorInfo's ColorSets. Why this only caused

problems on PPC Macs, I do not know.



SVN r2374 (trunk)
This commit is contained in:
Randy Heit 2010-06-13 16:50:54 +00:00
parent e535b40a9e
commit 1bbae4a8f2

View file

@ -410,6 +410,7 @@ void PClass::InitializeActorInfo ()
info->StateList = NULL;
info->DamageFactors = NULL;
info->PainChances = NULL;
info->ColorSets = NULL;
m_RuntimeActors.Push (this);
}