diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h index 622f98c3..786fca25 100644 --- a/code/qcommon/q_shared.h +++ b/code/qcommon/q_shared.h @@ -1184,7 +1184,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;