[Scummvm-git-logs] scummvm master -> 94181afe94ef83bb1d4f1485840c5c1fe75723ef

aquadran noreply at scummvm.org
Tue Oct 29 20:08:12 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
94181afe94 WINTERMUTE: Added left button press to allow slip bink movies


Commit: 94181afe94ef83bb1d4f1485840c5c1fe75723ef
    https://github.com/scummvm/scummvm/commit/94181afe94ef83bb1d4f1485840c5c1fe75723ef
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2024-10-29T21:08:07+01:00

Commit Message:
WINTERMUTE: Added left button press to allow slip bink movies

Changed paths:
    engines/wintermute/ext/wme_vlink.cpp


diff --git a/engines/wintermute/ext/wme_vlink.cpp b/engines/wintermute/ext/wme_vlink.cpp
index f9a4670b671..ecb95eb2790 100644
--- a/engines/wintermute/ext/wme_vlink.cpp
+++ b/engines/wintermute/ext/wme_vlink.cpp
@@ -144,6 +144,8 @@ bool SXVlink::scCallMethod(ScScript *script, ScStack *stack, ScStack *thisStack,
 									_videoFinished = true;
 									g_system->getEventManager()->purgeKeyboardEvents();
 								}
+							} else if (event.type == Common::EVENT_LBUTTONDOWN) {
+								_videoFinished = true;
 							} else if (event.type == Common::EVENT_SCREEN_CHANGED) {
 								_gameRef->_renderer->onWindowChange();
 							}




More information about the Scummvm-git-logs mailing list