This commit is contained in:
parent
02d9d98ed2
commit
d9b9cee805
@ -421,7 +421,7 @@ void CPlayerProjectile::init( DVECTOR initPos, s16 initHeading )
|
|||||||
m_heading = initHeading;
|
m_heading = initHeading;
|
||||||
m_initPos = Pos = initPos;
|
m_initPos = Pos = initPos;
|
||||||
|
|
||||||
if ( m_heading == 2048 )
|
if ( m_heading > 1024 && m_heading < 3072 )
|
||||||
{
|
{
|
||||||
m_reversed = 1;
|
m_reversed = 1;
|
||||||
}
|
}
|
||||||
@ -483,12 +483,12 @@ void CPlayerProjectile::think(int _frames)
|
|||||||
|
|
||||||
CPlayerProjectileThing::think( _frames );
|
CPlayerProjectileThing::think( _frames );
|
||||||
|
|
||||||
m_frame += _frames;
|
/*m_frame += _frames;
|
||||||
|
|
||||||
if ( m_frame > ( FRM_JELLYFISH1_SWIM6 - FRM_JELLYFISH1_SWIM1 ) )
|
if ( m_frame > ( FRM_JELLYFISH1_SWIM6 - FRM_JELLYFISH1_SWIM1 ) )
|
||||||
{
|
{
|
||||||
m_frame = 0;
|
m_frame = 0;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
switch( m_movementType )
|
switch( m_movementType )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user