level header's "forcecharacter" parameter doesn't take skin numbers anymore, so this isn't needed!

This commit is contained in:
Monster Iestyn 2017-04-25 20:39:32 +01:00
parent f099782c91
commit d4c330678a
1 changed files with 1 additions and 2 deletions

View File

@ -2574,8 +2574,7 @@ boolean P_SetupLevel(boolean skipprecip)
postimgtype = postimgtype2 = 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