mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Remove old FIXME, pmove_framecount isn't networked
This commit is contained in:
parent
2d6b68edd8
commit
693e51c654
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue