mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- 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:
parent
e535b40a9e
commit
1bbae4a8f2
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ void PClass::InitializeActorInfo ()
|
|||
info->StateList = NULL;
|
||||
info->DamageFactors = NULL;
|
||||
info->PainChances = NULL;
|
||||
info->ColorSets = NULL;
|
||||
m_RuntimeActors.Push (this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue