mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 17:22:12 +00:00
Fix splitscreen player being unable to move
This commit is contained in:
parent
4238003887
commit
7dd0f2b808
1 changed files with 1 additions and 0 deletions
|
@ -4678,6 +4678,7 @@ static void Local_Maketic(INT32 realtics)
|
|||
G_BuildTiccmd(&localcmds2, realtics, 2);
|
||||
|
||||
localcmds.angleturn |= TICCMD_RECEIVED;
|
||||
localcmds2.angleturn |= TICCMD_RECEIVED;
|
||||
}
|
||||
|
||||
// This function is utter bullshit and is responsible for
|
||||
|
|
Loading…
Reference in a new issue