]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
tweak the start time of the level a bit to cause items to spawn before
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 12 Apr 2009 09:52:57 +0000 (09:52 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 12 Apr 2009 09:52:57 +0000 (09:52 +0000)
clients join

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8909 d7cf8633-e32d-0410-b094-e92efae38249

sv_main.c

index 6c9e178ecb4cbeb697056e2035e891b41f3e9b62..6b43589da595aa75a0cc20d4600e5b0c0f141711 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -2934,6 +2934,7 @@ void SV_SpawnServer (const char *server)
        prog->allowworldwrites = false;
 
 // run two frames to allow everything to settle
+       prog->globals.server->time = sv.time = 1.0001;
        for (i = 0;i < 2;i++)
        {
                sv.frametime = 0.1;