diff --git a/src/p_map.c b/src/p_map.c index 7a0503786..a18be3641 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -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)