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:
avolkov
2005-01-07 23:22:25 +00:00
parent db30708f7e
commit 53a4e8858b
+2 -1
View File
@@ -402,7 +402,8 @@ TFB_DoVideoInput (PVOID pIS)
if (PulsedInputState.key[KEY_MENU_SELECT] if (PulsedInputState.key[KEY_MENU_SELECT]
|| PulsedInputState.key[KEY_MENU_CANCEL] || PulsedInputState.key[KEY_MENU_CANCEL]
|| PulsedInputState.key[KEY_MENU_SPECIAL]) || PulsedInputState.key[KEY_MENU_SPECIAL]
|| (GLOBAL (CurrentActivity) & CHECK_ABORT))
{ // abort movie { // abort movie
TFB_StopVideo (pVIS->CurVideo); TFB_StopVideo (pVIS->CurVideo);
return FALSE; return FALSE;