]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
minor, minor change to Host_Init - the loading plaque is now displayed before the...
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 17 Dec 2003 13:16:47 +0000 (13:16 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 17 Dec 2003 13:16:47 +0000 (13:16 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3740 d7cf8633-e32d-0410-b094-e92efae38249

host.c

diff --git a/host.c b/host.c
index 1de15dba3619923fcdef5538e1ed647537177e49..119a7aa5e3ee889237d02afe12394c86d72718d7 100644 (file)
--- 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();
        }
 }