X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=host.c;h=c0a0777456449e027844baca8e7e1e5b90b527b6;hp=55aa68689643ba31d70ee1446be235d2517afd5b;hb=798d907bb916ac4f89e854794a28540913b71b01;hpb=275526b51e0cc486f423539e2aa9473f91bf2b50;ds=sidebyside diff --git a/host.c b/host.c index 55aa6868..c0a07774 100644 --- a/host.c +++ b/host.c @@ -786,6 +786,9 @@ void _Host_Frame (float time) CDAudio_Update(); + // LordHavoc: map and load are delayed until video is initialized + Host_PerformSpawnServerAndLoadGame(); + if (host_speeds.integer) { pass1 = (time1 - time3)*1000000;