mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
G_UpdateRecords: Remove console print on RA Medal get as per textual request (UI now communicates this)
This commit is contained in:
parent
4ebc42d438
commit
dc5f6eb991
1 changed files with 0 additions and 2 deletions
|
|
@ -636,8 +636,6 @@ void G_UpdateRecords(void)
|
|||
// Check emblems when level data is updated
|
||||
if ((earnedEmblems = M_CheckLevelEmblems()))
|
||||
{
|
||||
CONS_Printf(M_GetText("\x82" "Earned %hu medal%s for Record Attack records.\n"), (UINT16)earnedEmblems, earnedEmblems > 1 ? "s" : "");
|
||||
|
||||
if (stickermedalinfo.regenemblem != NULL
|
||||
&& gamedata->collected[(stickermedalinfo.regenemblem-emblemlocations)])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue