X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=host_cmd.c;h=b3fd8db6be8ca8a2eec22bb8b106e8701b603b3a;hp=38678a0e0d3e40bf9cd6b3bca81be690344c161f;hb=fab6eb344365652bd53d03faa1ea43e14fbe1d7f;hpb=f7e37f88d839aaf88b304e2cfc000bf10ca9ed83;ds=sidebyside diff --git a/host_cmd.c b/host_cmd.c index 38678a0e..b3fd8db6 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -680,7 +680,7 @@ void Host_Loadgame_f (void) if (entnum >= MAX_EDICTS) { Mem_Free(text); - Host_Error("Host_PerformLoadGame: too many edicts in save file (reached MAX_EDICTS %i)\n", MAX_EDICTS); + Host_Error("Host_PerformLoadGame: too many edicts in save file (reached MAX_EDICTS %i)", MAX_EDICTS); } while (entnum >= prog->max_edicts) //SV_IncreaseEdicts();