HYPNO: also reset cursor after right in conversation in spider

This commit is contained in:
neuromancer 2022-05-30 23:02:25 +02:00
parent 325ac36612
commit 82fa66fca3

View File

@ -208,6 +208,7 @@ void SpiderEngine::leftClickedConversation(const Common::Point &mousePos) {
}
void SpiderEngine::rightClickedConversation(const Common::Point &mousePos) {
defaultCursor();
Videos videos;
for (Actions::const_iterator itt = _conversation.begin(); itt != _conversation.end(); ++itt) {
Talk *a = (Talk *)*itt;