Merge branch 'the-scary-22-merge' of git@git.magicalgirl.moe:KartKrew/Kart.git into the-scary-22-merge

This commit is contained in:
Sryder 2020-08-23 19:19:37 +01:00
commit 388528d7b8

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)