diff options
author | Zack Middleton <zturtleman@gmail.com> | 2013-01-11 17:29:39 -0600 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 21:36:01 +0000 |
commit | 7ff9d4dfb43e2a0cba2568bf1ece25ae7fe5cc75 (patch) | |
tree | 01e79a23d1efb01fd821f1a141eb2b3a6912bb16 /src/qcommon | |
parent | 92a85a7a0f3f695fb40bfc0a36d97b20029aa42a (diff) |
Remove old FIXME, pmove_framecount isn't networked
Diffstat (limited to 'src/qcommon')
-rw-r--r-- | src/qcommon/q_shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index e0563693..253174d1 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -1264,7 +1264,7 @@ typedef struct playerState_s { // not communicated over the net at all int ping; // server to game info for scoreboard - int pmove_framecount; // FIXME: don't transmit over the network + int pmove_framecount; int jumppad_frame; int entityEventSequence; } playerState_t; |