This commit is contained in:
parent
7515758dec
commit
eb871fdcc5
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ void CPlayer::think(int _frames)
|
||||||
if(padInput&PAD_DOWN) Pos.vy+=move;
|
if(padInput&PAD_DOWN) Pos.vy+=move;
|
||||||
if(padInput&PAD_LEFT) Pos.vx-=move;
|
if(padInput&PAD_LEFT) Pos.vx-=move;
|
||||||
if(padInput&PAD_RIGHT) Pos.vx+=move;
|
if(padInput&PAD_RIGHT) Pos.vx+=move;
|
||||||
|
m_invincibleFrameCount=0;
|
||||||
#else
|
#else
|
||||||
if(_frames>=3)_frames=2;
|
if(_frames>=3)_frames=2;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue