Title image is shown right after executable is started like it was

earlier (fixes a bug introduced by fix for #422)


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1122 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-08-24 22:27:26 +00:00
parent ef92592251
commit d4730d96fd
+2 -2
View File
@@ -89,10 +89,10 @@ Introduction (void)
FlushInput ();
LoadMasterShipList ();
InitGameKernel ();
xform_buf[0] = FadeAllToColor;
TimeOut = XFormColorMap ((COLORMAPPTR)xform_buf, ONE_SECOND / 2);
LoadMasterShipList ();
InitGameKernel ();
while ((GetTimeCounter () <= TimeOut) &&
!(GLOBAL (CurrentActivity) & CHECK_ABORT))
{