mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Calloc
This commit is contained in:
parent
344e07ae3c
commit
cf9336b22e
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ static void CONS_backcolor_Change(void)
|
|||
static void CON_SetupColormaps(void)
|
||||
{
|
||||
INT32 i;
|
||||
UINT8 *memorysrc = (UINT8 *)Z_Malloc((256*15), PU_STATIC, NULL);
|
||||
UINT8 *memorysrc = (UINT8 *)Z_Calloc((256*15), PU_STATIC, NULL);
|
||||
|
||||
magentamap = memorysrc;
|
||||
yellowmap = (magentamap+256);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue