P_SetupCamera funny

This commit is contained in:
Jaime Passos 2019-12-27 02:07:13 -03:00
parent 51404130af
commit 56e94182d5

View file

@ -2447,17 +2447,10 @@ static void P_SetupCamera(void)
{
mapthing_t *thing;
switch (gametype)
{
case GT_MATCH:
case GT_TAG:
if ((gametyperules & GTR_DEATHMATCHSTARTS) || (gametype == GT_MATCH || gametype == GT_TAG))
thing = deathmatchstarts[0];
break;
default:
else
thing = playerstarts[0];
break;
}
if (thing)
{