[Scummvm-git-logs] scummvm master -> 414eda66b0bb0c62e684d225380ef764047cb6cb

neuromancer noreply at scummvm.org
Mon May 30 20:46:27 UTC 2022


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:
414eda66b0 HYPNO: reset cursor after click in conversation in spider


Commit: 414eda66b0bb0c62e684d225380ef764047cb6cb
    https://github.com/scummvm/scummvm/commit/414eda66b0bb0c62e684d225380ef764047cb6cb
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-05-30T22:46:41+02:00

Commit Message:
HYPNO: reset cursor after click in conversation in spider

Changed paths:
    engines/hypno/spider/talk.cpp


diff --git a/engines/hypno/spider/talk.cpp b/engines/hypno/spider/talk.cpp
index b8e3c836184..3eae5aaebe9 100644
--- a/engines/hypno/spider/talk.cpp
+++ b/engines/hypno/spider/talk.cpp
@@ -158,6 +158,7 @@ void SpiderEngine::showConversation() {
 }
 
 void SpiderEngine::leftClickedConversation(const Common::Point &mousePos) {
+	defaultCursor();
 	Talk *t;
 	Videos videos;
 	for (Actions::const_iterator itt = _conversation.begin(); itt != _conversation.end(); ++itt) {




More information about the Scummvm-git-logs mailing list