Remove log message

This commit is contained in:
mazmazz 2018-12-24 20:33:59 -05:00
parent e9e5128754
commit c65f44e805
1 changed files with 0 additions and 2 deletions

View File

@ -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);