This commit is contained in:
parent
22c46c193a
commit
2d9f4336b9
1 changed files with 2 additions and 2 deletions
|
@ -248,9 +248,8 @@ int Y=CurrentPalette/(((CACHE_W*TPAGE_W)/CACHE_PALW)-1);
|
|||
/*****************************************************************************/
|
||||
void CActorPool::Init()
|
||||
{
|
||||
Cache.Reset();
|
||||
ActorList=0;
|
||||
LastActor=0;
|
||||
Cache.Reset();
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
@ -272,6 +271,7 @@ sActorPool *List=ActorList;
|
|||
}
|
||||
List=Next;
|
||||
}
|
||||
LastActor=ActorList;
|
||||
Cache.Reset();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue