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:
@@ -89,10 +89,10 @@ Introduction (void)
|
|||||||
|
|
||||||
FlushInput ();
|
FlushInput ();
|
||||||
|
|
||||||
LoadMasterShipList ();
|
|
||||||
InitGameKernel ();
|
|
||||||
xform_buf[0] = FadeAllToColor;
|
xform_buf[0] = FadeAllToColor;
|
||||||
TimeOut = XFormColorMap ((COLORMAPPTR)xform_buf, ONE_SECOND / 2);
|
TimeOut = XFormColorMap ((COLORMAPPTR)xform_buf, ONE_SECOND / 2);
|
||||||
|
LoadMasterShipList ();
|
||||||
|
InitGameKernel ();
|
||||||
while ((GetTimeCounter () <= TimeOut) &&
|
while ((GetTimeCounter () <= TimeOut) &&
|
||||||
!(GLOBAL (CurrentActivity) & CHECK_ABORT))
|
!(GLOBAL (CurrentActivity) & CHECK_ABORT))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user