This commit is contained in:
parent
fc37c1e9e5
commit
74637e5e39
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ void CPlayerModeNet::think()
|
||||||
DVECTOR launchPos;
|
DVECTOR launchPos;
|
||||||
|
|
||||||
playerFacing=m_player->getFacing();
|
playerFacing=m_player->getFacing();
|
||||||
fireHeading=1024+(1024*playerFacing);
|
fireHeading=1024+(800*playerFacing);
|
||||||
launchPos=m_player->getPos();
|
launchPos=m_player->getPos();
|
||||||
launchPos.vx+=netLaunchPos.vx*playerFacing;
|
launchPos.vx+=netLaunchPos.vx*playerFacing;
|
||||||
launchPos.vy+=netLaunchPos.vy;
|
launchPos.vy+=netLaunchPos.vy;
|
||||||
|
|
Loading…
Add table
Reference in a new issue