mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix splitscreen player being unable to move
This commit is contained in:
parent
ff2ec925ee
commit
74b34ef340
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…
Add table
Reference in a new issue