mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-05-31 00:51:14 +00:00
s/WriteDeltaLongCounter/WriteDeltaIntCounter/
to match the argument type.
This commit is contained in:
parent
9034da11d0
commit
c51f59cb15
3 changed files with 9 additions and 9 deletions
|
@ -192,7 +192,7 @@ idAsyncNetwork::WriteUserCmdDelta
|
|||
*/
|
||||
void idAsyncNetwork::WriteUserCmdDelta( idBitMsg &msg, const usercmd_t &cmd, const usercmd_t *base ) {
|
||||
if ( base ) {
|
||||
msg.WriteDeltaLongCounter( base->gameTime, cmd.gameTime );
|
||||
msg.WriteDeltaIntCounter( base->gameTime, cmd.gameTime );
|
||||
msg.WriteDeltaByte( base->buttons, cmd.buttons );
|
||||
msg.WriteDeltaShort( base->mx, cmd.mx );
|
||||
msg.WriteDeltaShort( base->my, cmd.my );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue