Make INTRO4 display at high res

This commit is contained in:
lachwright 2019-11-30 12:31:23 +08:00
parent d88eef3e95
commit 916fec2c41

View file

@ -540,7 +540,6 @@ static void F_IntroDrawScene(void)
break; break;
case 4: case 4:
background = W_CachePatchName("INTRO4", PU_CACHE); background = W_CachePatchName("INTRO4", PU_CACHE);
highres = false;
break; break;
case 5: case 5:
if (intro_curtime >= 5*TICRATE) if (intro_curtime >= 5*TICRATE)