From d4730d96fdddc120c6b95d5fbad2b090f9b62967 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Sun, 24 Aug 2003 22:27:26 +0000 Subject: [PATCH] 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 --- sc2/src/sc2code/fmv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) {