This commit is contained in:
parent
a3deedd3dc
commit
42266180eb
1 changed files with 2 additions and 2 deletions
|
@ -499,8 +499,8 @@ void CPlayerProjectile::think(int _frames)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Pos.vx += ( _frames * 2 * rcos( m_heading ) ) >> 12;
|
Pos.vx += ( _frames * 3 * rcos( m_heading ) ) >> 12;
|
||||||
Pos.vy += ( _frames * 2 * rsin( m_heading ) ) >> 12;
|
Pos.vy += ( _frames * 3 * rsin( m_heading ) ) >> 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue