From a596ce8f48b8d997a6b689b45d1d260ccf5004c2 Mon Sep 17 00:00:00 2001 From: divverent Date: Tue, 1 Jan 2008 15:05:37 +0000 Subject: [PATCH] Nexuiz: play intro video on startup by QC now git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7888 d7cf8633-e32d-0410-b094-e92efae38249 --- host.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/host.c b/host.c index 1a3b4449..5089a6a5 100644 --- 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(); } -- 2.39.2