From cc051234dbd3bd10a0f2f974508811e3d75cbbaa Mon Sep 17 00:00:00 2001 From: black Date: Wed, 17 Dec 2003 13:16:47 +0000 Subject: [PATCH] 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 --- host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } -- 2.39.2