From 2d9f4336b9f10ebcb8ce9d8c328f489051e2a22e Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 25 Apr 2001 19:33:39 +0000 Subject: [PATCH] --- source/gfx/actor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/gfx/actor.cpp b/source/gfx/actor.cpp index c17ba5d2b..fbd3a6567 100644 --- a/source/gfx/actor.cpp +++ b/source/gfx/actor.cpp @@ -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(); }