Comment on unnecessary restart menu fade
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3500 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -302,6 +302,8 @@ RestartMenu (MENU_STATE *pMS)
|
|||||||
LastActivity = 0;
|
LastActivity = 0;
|
||||||
NextActivity = 0;
|
NextActivity = 0;
|
||||||
|
|
||||||
|
// TODO: This fade is not always necessary, especially after a splash
|
||||||
|
// screen. It only makes a user wait.
|
||||||
SleepThreadUntil (FadeScreen (FadeAllToBlack, TimeOut));
|
SleepThreadUntil (FadeScreen (FadeAllToBlack, TimeOut));
|
||||||
if (TimeOut == ONE_SECOND / 8)
|
if (TimeOut == ONE_SECOND / 8)
|
||||||
SleepThread (ONE_SECOND * 3);
|
SleepThread (ONE_SECOND * 3);
|
||||||
|
|||||||
Reference in New Issue
Block a user