From 7b93d416576b3df27d2f921deda38130a709abaf Mon Sep 17 00:00:00 2001 From: Daveo Date: Mon, 2 Apr 2001 19:16:18 +0000 Subject: [PATCH] --- source/gfx/actor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/gfx/actor.cpp b/source/gfx/actor.cpp index 31e564d6b..c124f04f1 100644 --- a/source/gfx/actor.cpp +++ b/source/gfx/actor.cpp @@ -222,13 +222,11 @@ int CActorPool::FindFreeIdx() /*****************************************************************************/ /*** Load ********************************************************************/ /*****************************************************************************/ -int ActorNo=0; CActorGfx *CActorPool::GetActor(FileEquate Filename) { CActorGfx *NewActor; int Idx; - Filename=(FileEquate)(ACTORS_SPONGEBOB_SBK+ActorNo); // Already Loaded? Idx=FindIdx(Filename); if (Idx!=-1) return(ActorList[Idx]);