mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 12:32:09 +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
|
// not communicated over the net at all
|
||||||
int ping; // server to game info for scoreboard
|
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 jumppad_frame;
|
||||||
int entityEventSequence;
|
int entityEventSequence;
|
||||||
} playerState_t;
|
} playerState_t;
|
||||||
|
|
Loading…
Reference in a new issue