P_SetupCamera funny

This commit is contained in:
Jaime Passos 2019-12-27 02:07:13 -03:00
parent be32397562
commit adb34258f1

View file

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