Skip to content

Commit

Permalink
trying to see whether my counters work
Browse files Browse the repository at this point in the history
  • Loading branch information
fdChasm committed Jun 1, 2010
1 parent e5d53d1 commit fa6097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpsgame/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1810,6 +1810,7 @@ namespace server

case SV_GUNSELECT:
{
incrementrecentpacketcount(ci);
int gunselect = getint(p);
if(!cq || cq->state.state!=CS_ALIVE) break;
cq->state.gunselect = gunselect;
Expand Down Expand Up @@ -1847,7 +1848,6 @@ namespace server

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

0 comments on commit fa6097c

Please sign in to comment.