mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01: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);
|
vsnprintf(buffer, sizeof buffer, format, ap);
|
||||||
va_end (ap);
|
va_end (ap);
|
||||||
|
|
||||||
CONS_Printf("%s\n", buffer);
|
|
||||||
|
|
||||||
if (user && partadd_earliestfile != UINT16_MAX)
|
if (user && partadd_earliestfile != UINT16_MAX)
|
||||||
{
|
{
|
||||||
UINT16 fileref = numwadfiles;
|
UINT16 fileref = numwadfiles;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue