diff --git a/sc2/src/sc2code/fmv.c b/sc2/src/sc2code/fmv.c index 6158b0bca..044e862dc 100644 --- a/sc2/src/sc2code/fmv.c +++ b/sc2/src/sc2code/fmv.c @@ -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)) {