mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Remove log message
This commit is contained in:
parent
e9e5128754
commit
c65f44e805
1 changed files with 0 additions and 2 deletions
|
@ -1229,8 +1229,6 @@ INT32 R_CreateColormap(char *p1, char *p2, char *p3)
|
|||
}
|
||||
}
|
||||
|
||||
CONS_Printf("Making a new colormap\n");
|
||||
|
||||
if (num_extra_colormaps == MAXCOLORMAPS)
|
||||
I_Error("R_CreateColormap: Too many colormaps! the limit is %d\n", MAXCOLORMAPS);
|
||||
|
||||
|
|
Loading…
Reference in a new issue