Skip to content

Commit

Permalink
ok I might be able to figure this out
Browse files Browse the repository at this point in the history
  • Loading branch information
fdChasm committed Jun 1, 2010
1 parent c9d36cb commit 8ab37b0
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 @@ -1847,6 +1847,7 @@ namespace server

case SV_SHOOT:
{
incrementrecentpacketcount(cq);
shotevent *shot = new shotevent;
shot->id = getint(p);
shot->millis = cq ? cq->geteventmillis(gamemillis, shot->id) : 0;
Expand Down

0 comments on commit 8ab37b0

Please sign in to comment.