P_TryCameraMove return false :V

This commit is contained in:
Sally Coolatta 2020-08-23 14:16:30 -04:00
parent 376a41162b
commit fa957f2022

View file

@ -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)