Merge branch 'fix-splitscreen' into 'next'

Fix splitscreen player being unable to move

See merge request STJr/SRB2!749
This commit is contained in:
LJ Sonic 2020-02-01 16:18:40 -05:00
commit bd6438dda1

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