]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
use togglemenu 1 to enable menu at startup
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 9 Feb 2012 14:51:09 +0000 (14:51 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 9 Feb 2012 14:51:09 +0000 (14:51 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11672 d7cf8633-e32d-0410-b094-e92efae38249

host.c

diff --git a/host.c b/host.c
index 39dbe22146c94f8203e28ce402f687e9e54ee0eb..b7bad6c41e99423176d342b5c41694276ea26e88 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1342,7 +1342,7 @@ static void Host_Init (void)
 
        if (!sv.active && !cls.demoplayback && !cls.connect_trying)
        {
-               Cbuf_AddText("togglemenu\n");
+               Cbuf_AddText("togglemenu 1\n");
                Cbuf_Execute();
        }