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