mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove debug print
This commit is contained in:
parent
d67bba9255
commit
0a94c2ac83
1 changed files with 0 additions and 3 deletions
|
|
@ -7816,7 +7816,6 @@ static void P_ResetSpawnpoints(void)
|
||||||
|
|
||||||
static void P_TryAddExternalGhost(const char *defdemoname)
|
static void P_TryAddExternalGhost(const char *defdemoname)
|
||||||
{
|
{
|
||||||
CONS_Printf("trying %s\n", defdemoname);
|
|
||||||
if (FIL_FileExists(defdemoname))
|
if (FIL_FileExists(defdemoname))
|
||||||
{
|
{
|
||||||
savebuffer_t buf = {0};
|
savebuffer_t buf = {0};
|
||||||
|
|
@ -7840,8 +7839,6 @@ static void P_LoadRecordGhosts(void)
|
||||||
const char *modeprefix = "";
|
const char *modeprefix = "";
|
||||||
INT32 i;
|
INT32 i;
|
||||||
|
|
||||||
CONS_Printf("trying load ghosts\n");
|
|
||||||
|
|
||||||
gpath = Z_StrDup(va("%s" PATHSEP "media" PATHSEP "replay" PATHSEP "%s" PATHSEP "%s", srb2home, timeattackfolder, G_BuildMapName(gamemap)));
|
gpath = Z_StrDup(va("%s" PATHSEP "media" PATHSEP "replay" PATHSEP "%s" PATHSEP "%s", srb2home, timeattackfolder, G_BuildMapName(gamemap)));
|
||||||
|
|
||||||
if (encoremode)
|
if (encoremode)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue