From 3834011d082f0d93d7d33d77586c5e3267ff7d71 Mon Sep 17 00:00:00 2001 From: mcmartin Date: Sun, 8 Jul 2007 02:09:14 +0000 Subject: [PATCH] Removed no-longer-true-or-relevant comment git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2797 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/fmv.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sc2/src/sc2code/fmv.c b/sc2/src/sc2code/fmv.c index f56594452..4fc560301 100644 --- a/sc2/src/sc2code/fmv.c +++ b/sc2/src/sc2code/fmv.c @@ -146,10 +146,6 @@ SplashScreen (void (* DoProcessing)(DWORD TimeOut)) } GLOBAL (CurrentActivity) &= ~CHECK_ABORT; - /* You can't try to quit during a fade to black, because if - * you try, the confirmation window will fade to black too. - * Fixing this will require a rewrite of our whole rendering - * engine. -- Michael */ xform_buf[0] = FadeAllToBlack; SleepThreadUntil (XFormColorMap ((COLORMAPPTR)xform_buf, ONE_SECOND / 2)); }