Fix broken indenting in D_Display

This commit is contained in:
Sally Coolatta 2020-08-10 19:30:05 -04:00
parent 84a4c7ba62
commit 78d4d3c3e9

View file

@ -583,7 +583,6 @@ static void D_Display(void)
} }
lastdraw = false; lastdraw = false;
} }
}
if (gamestate == GS_LEVEL) if (gamestate == GS_LEVEL)
{ {