From c616a43fa8aa82d6eaf41b3a6249f2abc55f1cf9 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 11 Jun 2001 23:33:55 +0000 Subject: [PATCH] --- source/backend/party.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/backend/party.cpp b/source/backend/party.cpp index decfe2d79..c442810c3 100644 --- a/source/backend/party.cpp +++ b/source/backend/party.cpp @@ -195,7 +195,7 @@ static PARTY_IMAGE images[]= static const int numimages=sizeof(images)/sizeof(PARTY_IMAGE); DVECTOR sbpos={220,195}; -int sbanim=5,sbfrm=0; +int sbanim=5,sbfrm=1; DVECTOR patpos={300,200}; int patanim=0,patfrm=0; void CPartyScene::render() @@ -225,7 +225,7 @@ void CPartyScene::render() // Actors m_actorSpongebob->Render(sbpos,sbanim,sbfrm,0,0); - sbanim|=1; + sbfrm=0; m_actorPatrick->Render(patpos,patanim,patfrm,0,0);