mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 13:12:50 +00:00
Fix extra debug print in patch allocation
This commit is contained in:
parent
92c2f5d5a5
commit
a51ec95237
1 changed files with 0 additions and 2 deletions
|
|
@ -385,8 +385,6 @@ patch_t *HU_UpdateOrBlankPatch(patch_t **user, boolean required, const char *for
|
|||
vsnprintf(buffer, sizeof buffer, format, ap);
|
||||
va_end (ap);
|
||||
|
||||
CONS_Printf("%s\n", buffer);
|
||||
|
||||
if (user && partadd_earliestfile != UINT16_MAX)
|
||||
{
|
||||
UINT16 fileref = numwadfiles;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue