From ab0cc0d5781608885a168c2ee82ec2c030d44a52 Mon Sep 17 00:00:00 2001 From: nukeykt Date: Thu, 4 Jul 2019 15:20:28 +0900 Subject: [PATCH] Oops --- source/rr/src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/rr/src/game.cpp b/source/rr/src/game.cpp index daaa79e11..787b758c8 100644 --- a/source/rr/src/game.cpp +++ b/source/rr/src/game.cpp @@ -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),