]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
The menu isnt initialized for dedicated servers
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 30 Nov 2003 18:33:26 +0000 (18:33 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 30 Nov 2003 18:33:26 +0000 (18:33 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3674 d7cf8633-e32d-0410-b094-e92efae38249

host.c

diff --git a/host.c b/host.c
index ef1e0c3740ce633c7b02959d42d72ec1ea2de768..a50b143067bc655f1d8a847fc92bc8e715790f57 100644 (file)
--- a/host.c
+++ b/host.c
@@ -832,7 +832,6 @@ void Host_Frame (float time)
 //============================================================================
 
 void Render_Init(void);
-void M_Scipt_Init ();
 
 /*
 ====================
@@ -894,10 +893,9 @@ void Host_Init (void)
        if (cls.state != ca_dedicated)
        {
                VID_Open();
+               MR_Init();
                SCR_BeginLoadingPlaque();
        }
-
-       MR_Init();
 }