Fix for exit confirmation in video player (bug #665)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1438 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -402,7 +402,8 @@ TFB_DoVideoInput (PVOID pIS)
|
||||
|
||||
if (PulsedInputState.key[KEY_MENU_SELECT]
|
||||
|| PulsedInputState.key[KEY_MENU_CANCEL]
|
||||
|| PulsedInputState.key[KEY_MENU_SPECIAL])
|
||||
|| PulsedInputState.key[KEY_MENU_SPECIAL]
|
||||
|| (GLOBAL (CurrentActivity) & CHECK_ABORT))
|
||||
{ // abort movie
|
||||
TFB_StopVideo (pVIS->CurVideo);
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user