mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Missing newline
This commit is contained in:
parent
25e9207fa2
commit
59c4086ffc
1 changed files with 1 additions and 1 deletions
|
|
@ -1390,7 +1390,7 @@ static void CL_LoadReceivedSavegame(boolean reloading)
|
|||
{
|
||||
if (memcmp(priorGamestateKeySave[i], players[i].public_key, sizeof(priorGamestateKeySave[i])) != 0)
|
||||
{
|
||||
CONS_Printf("New gamestate has different public keys, shenanigans afoot?");
|
||||
CONS_Printf("New gamestate has different public keys, shenanigans afoot?\n");
|
||||
// TODO: Actually do something in this situation
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue