mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-08 00:52:55 +00:00
Remove skin configuration debug prints
This commit is contained in:
parent
5244648070
commit
662f849a71
1 changed files with 0 additions and 3 deletions
|
|
@ -2253,7 +2253,6 @@ void G_SetDemoCheckpointTiming(player_t *player, tic_t time, UINT8 checkpoint)
|
|||
lowest = g->splits[checkpoint];
|
||||
lowestskin = g->initialskin;
|
||||
lowestcolor = g->initialcolor;
|
||||
CONS_Printf("Found ghost with lowestskin %d lowestcolor %d\n", lowestskin, lowestcolor);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -3649,8 +3648,6 @@ void G_AddGhost(savebuffer_t *buffer, const char *defdemoname)
|
|||
gh->initialskin = initialskin;
|
||||
gh->initialcolor = initialcolor;
|
||||
|
||||
CONS_Printf("Adding ghost with initialskin %d initialcolor %d\n", gh->initialskin, gh->initialcolor);
|
||||
|
||||
CONS_Printf(M_GetText("Added ghost %s from %s\n"), name, defdemoname);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue