Fix splitscreen player being unable to move

This commit is contained in:
Louis-Antoine 2020-02-01 20:19:39 +01:00
parent 4238003887
commit 7dd0f2b808

View file

@ -4678,6 +4678,7 @@ static void Local_Maketic(INT32 realtics)
G_BuildTiccmd(&localcmds2, realtics, 2); G_BuildTiccmd(&localcmds2, realtics, 2);
localcmds.angleturn |= TICCMD_RECEIVED; localcmds.angleturn |= TICCMD_RECEIVED;
localcmds2.angleturn |= TICCMD_RECEIVED;
} }
// This function is utter bullshit and is responsible for // This function is utter bullshit and is responsible for