From: cloudwalk Date: Tue, 21 Jul 2020 16:39:12 +0000 (+0000) Subject: host: Stray whitespace X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=15a07f9a16e77123f6eb645553db53df17a057b9;p=xonotic%2Fdarkplaces.git host: Stray whitespace git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12855 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host.c b/host.c index 4f3e0e45..a455b88a 100644 --- a/host.c +++ b/host.c @@ -746,7 +746,7 @@ static void Host_Init (void) // put up the loading image so the user doesn't stare at a black screen... SCR_BeginLoadingPlaque(true); - + // check for special benchmark mode // COMMANDLINEOPTION: Client: -benchmark runs a timedemo and quits, results of any timedemo can be found in gamedir/benchmark.log (for example id1/benchmark.log) i = COM_CheckParm("-benchmark");