mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
P_TryCameraMove return false :V
This commit is contained in:
parent
376a41162b
commit
fa957f2022
1 changed files with 1 additions and 1 deletions
|
|
@ -2251,7 +2251,7 @@ boolean P_TryCameraMove(fixed_t x, fixed_t y, camera_t *thiscam)
|
|||
if (i > r_splitscreen)
|
||||
{
|
||||
// Shouldn't happen
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
|
||||
if (players[displayplayers[i]].mo)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue