Fixes Steel Storm: Burning Retribution crashing on start due to a NULL
array that isn't initialized before MQC draws their intro video.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12610
d7cf8633-e32d-0410-b094-
e92efae38249
Log_Start();
+ // Starting after we parse commands so the screen resolution doesn't get weird for the first few seconds
+ Host_StartVideo();
+
// put up the loading image so the user doesn't stare at a black screen...
SCR_BeginLoadingPlaque(true);
if (!parentname)
parentname = "";
- // if we're not dedicatd, the renderer calls will crash without video
- Host_StartVideo();
-
nummodels = (int)Mem_ExpandableArray_IndexRange(&models);
if (!name[0])