]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Nexuiz: play intro video on startup by QC now
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 1 Jan 2008 15:05:37 +0000 (15:05 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 1 Jan 2008 15:05:37 +0000 (15:05 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7888 d7cf8633-e32d-0410-b094-e92efae38249

host.c

diff --git a/host.c b/host.c
index 1a3b44495ea107142ed701c0b0cb21b3f9f2aecc..5089a6a588730199bb464e6814f54ce434dac1b4 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1114,10 +1114,7 @@ static void Host_Init (void)
 
        if (!sv.active && !cls.demoplayback && !cls.connect_trying)
        {
-               if (gamemode == GAME_NEXUIZ)
-                       Cbuf_AddText("togglemenu\nplayvideo logo\ncd loop 1\n");
-               else
-                       Cbuf_AddText("togglemenu\n");
+               Cbuf_AddText("togglemenu\n");
                Cbuf_Execute();
        }