I think PT_CLIENT2MIS was meant to do this too, probably

This commit is contained in:
Monster Iestyn 2017-05-23 18:46:34 +01:00
parent 7147e0fcaf
commit c92aaa74a4
1 changed files with 2 additions and 1 deletions

View File

@ -3677,7 +3677,8 @@ FILESTAMP
}
// Splitscreen cmd
if (netbuffer->packettype == PT_CLIENT2CMD && nodetoplayer2[node] >= 0)
if ((netbuffer->packettype == PT_CLIENT2CMD || netbuffer->packettype == PT_CLIENT2MIS)
&& nodetoplayer2[node] >= 0)
G_MoveTiccmd(&netcmds[maketic%BACKUPTICS][(UINT8)nodetoplayer2[node]],
&netbuffer->u.client2pak.cmd2, 1);