This commit is contained in:
Rachael Alexanderson 2017-04-14 05:51:36 -04:00
commit 4b2b2af63e
25 changed files with 16 additions and 73 deletions

View file

@ -142,7 +142,6 @@ void I_ShutdownGraphics ()
{
DFrameBuffer *s = screen;
screen = NULL;
s->ObjectFlags |= OF_YesReallyDelete;
delete s;
}
if (Video)