From: divverent Date: Tue, 1 Jan 2008 15:05:37 +0000 (+0000) Subject: Nexuiz: play intro video on startup by QC now X-Git-Tag: xonotic-v0.1.0preview~2607 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a596ce8f48b8d997a6b689b45d1d260ccf5004c2;p=xonotic%2Fdarkplaces.git 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 --- 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(); }