Skip to content

Commit

Permalink
Pull dst from N_SHOOT packet
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaynes committed Jul 20, 2010
1 parent 8f3b70c commit 16ed001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fpsgame/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1911,6 +1911,7 @@ namespace server
hitinfo &hit = shot->hits.add();
hit.target = getint(p);
hit.lifesequence = getint(p);
hit.dist = getint(p)/DMF;
hit.rays = getint(p);
loopk(3) hit.dir[k] = getint(p)/DNF;
}
Expand Down

0 comments on commit 16ed001

Please sign in to comment.