mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-04 07:03:13 +00:00
Add missing line feed
This commit is contained in:
parent
fe49543456
commit
bf9bbaaec9
1 changed files with 1 additions and 1 deletions
|
|
@ -4261,7 +4261,7 @@ void G_LoadGameData(void)
|
||||||
{
|
{
|
||||||
// Since it's not worth declaring the entire gamedata
|
// Since it's not worth declaring the entire gamedata
|
||||||
// corrupt over extra maps, we report and move on.
|
// corrupt over extra maps, we report and move on.
|
||||||
CONS_Alert(CONS_WARNING, "Map with lumpname %s does not exist, time record data will be discarded", mapname);
|
CONS_Alert(CONS_WARNING, "Map with lumpname %s does not exist, time record data will be discarded\n", mapname);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue