This commit is contained in:
parent
53602e2be0
commit
1e6bd15130
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+(800*playerFacing);
|
fireHeading=1024+(512*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
Add a link
Reference in a new issue