This commit is contained in:
Paul 2001-01-30 17:50:17 +00:00
parent f2aae4c8cb
commit cfa71eca85
4 changed files with 11 additions and 7 deletions

View file

@ -67,7 +67,7 @@
---------------------------------------------------------------------- */
void CPlayerStateButtBounce::enter(CPlayer *_player)
{
setAnimNo(_player,ANIM_PLAYER_ANIM_BUTTBOUNCE);
setAnimNo(_player,ANIM_PLAYER_ANIM_BUTTBOUNCESTART);
}
@ -98,7 +98,7 @@ void CPlayerStateButtBounceLand::enter(CPlayer *_player)
pos=getPlayerPos(_player);
CGameBubicleFactory::spawnBubicles(pos.vx,pos.vy,40,10,CGameBubicleFactory::TYPE_MEDIUM);
setAnimNo(_player,ANIM_PLAYER_ANIM_BUTTBOUNCE);
setAnimNo(_player,ANIM_PLAYER_ANIM_BUTTBOUNCEEND);
}