diff --git a/src/p_setup.c b/src/p_setup.c index aab686d57..e283254db 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -2791,8 +2791,7 @@ boolean P_SetupLevel(boolean skipprecip) postimgtype = postimgtype2 = postimgtype3 = postimgtype4 = postimg_none; - if (mapheaderinfo[gamemap-1]->forcecharacter[0] != '\0' - && atoi(mapheaderinfo[gamemap-1]->forcecharacter) != 255) + if (mapheaderinfo[gamemap-1]->forcecharacter[0] != '\0') P_ForceCharacter(mapheaderinfo[gamemap-1]->forcecharacter); // chasecam on in chaos, race, coop