]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
added GAME_SOM (and its hud), and shuffled some hud code around to make things a...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 1de15dba3619923fcdef5538e1ed647537177e49..69e980f1217a76fc0ae0aa36596bebff53c1a7d4 100644 (file)
--- a/host.c
+++ b/host.c
@@ -755,7 +755,7 @@ void _Host_Frame (float time)
                CL_ReadFromServer();
        }
 
-       ui_update();
+       //ui_update();
 
        CL_VideoFrame();
 
@@ -896,8 +896,8 @@ void Host_Init (void)
        if (cls.state != ca_dedicated)
        {
                VID_Open();
-               MR_Init();
                SCR_BeginLoadingPlaque();
+               MR_Init();
        }
 }