This commit is contained in:
nukeykt 2019-07-04 15:20:28 +09:00 committed by Christoph Oelckers
parent 222f9cc282
commit ab0cc0d578

View file

@ -1236,7 +1236,7 @@ void G_DrawRooms(int32_t playerNum, int32_t smoothRatio)
if (pPlayer->newowner < 0)
{
if (playerNum == myconnectindex && numplayers > 0)
if (playerNum == myconnectindex && numplayers > 1)
{
vec3_t const camVect = { omypos.x + mulscale16(mypos.x - omypos.x, smoothRatio),
omypos.y + mulscale16(mypos.y - omypos.y, smoothRatio),