This commit is contained in:
parent
7b730909c4
commit
c616a43fa8
1 changed files with 2 additions and 2 deletions
|
@ -195,7 +195,7 @@ static PARTY_IMAGE images[]=
|
||||||
static const int numimages=sizeof(images)/sizeof(PARTY_IMAGE);
|
static const int numimages=sizeof(images)/sizeof(PARTY_IMAGE);
|
||||||
|
|
||||||
DVECTOR sbpos={220,195};
|
DVECTOR sbpos={220,195};
|
||||||
int sbanim=5,sbfrm=0;
|
int sbanim=5,sbfrm=1;
|
||||||
DVECTOR patpos={300,200};
|
DVECTOR patpos={300,200};
|
||||||
int patanim=0,patfrm=0;
|
int patanim=0,patfrm=0;
|
||||||
void CPartyScene::render()
|
void CPartyScene::render()
|
||||||
|
@ -225,7 +225,7 @@ void CPartyScene::render()
|
||||||
|
|
||||||
// Actors
|
// Actors
|
||||||
m_actorSpongebob->Render(sbpos,sbanim,sbfrm,0,0);
|
m_actorSpongebob->Render(sbpos,sbanim,sbfrm,0,0);
|
||||||
sbanim|=1;
|
sbfrm=0;
|
||||||
m_actorPatrick->Render(patpos,patanim,patfrm,0,0);
|
m_actorPatrick->Render(patpos,patanim,patfrm,0,0);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue