From: black Date: Wed, 17 Dec 2003 13:16:47 +0000 (+0000) Subject: minor, minor change to Host_Init - the loading plaque is now displayed before the... X-Git-Tag: xonotic-v0.1.0preview~6203 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=cc051234dbd3bd10a0f2f974508811e3d75cbbaa;p=xonotic%2Fdarkplaces.git minor, minor change to Host_Init - the loading plaque is now displayed before the menu is initialized git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3740 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host.c b/host.c index 1de15dba..119a7aa5 100644 --- a/host.c +++ b/host.c @@ -896,8 +896,8 @@ void Host_Init (void) if (cls.state != ca_dedicated) { VID_Open(); - MR_Init(); SCR_BeginLoadingPlaque(); + MR_Init(); } }