games/doom: remove useless allocation of screen[0] buffer
screens 0-3 are already initialized by V_Init().
This commit is contained in:
parent
762093d212
commit
d4f39b35bf
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@ void I_InitGraphics(void)
|
||||||
exits(nil);
|
exits(nil);
|
||||||
}
|
}
|
||||||
mousepid = pid;
|
mousepid = pid;
|
||||||
|
|
||||||
screens[0] = (unsigned char*) malloc(SCREENWIDTH * SCREENHEIGHT);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void I_ShutdownGraphics(void)
|
void I_ShutdownGraphics(void)
|
||||||
|
|
Loading…
Reference in a new issue