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
This commit is contained in:
mcmartin
2007-07-08 02:09:14 +00:00
parent 5c475db9f7
commit 3834011d08
-4
View File
@@ -146,10 +146,6 @@ SplashScreen (void (* DoProcessing)(DWORD TimeOut))
} }
GLOBAL (CurrentActivity) &= ~CHECK_ABORT; 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; xform_buf[0] = FadeAllToBlack;
SleepThreadUntil (XFormColorMap ((COLORMAPPTR)xform_buf, ONE_SECOND / 2)); SleepThreadUntil (XFormColorMap ((COLORMAPPTR)xform_buf, ONE_SECOND / 2));
} }