[Scummvm-cvs-logs] scummvm master -> 876ea62c14b3192f4e28012a7d3df8d71904907e
dreammaster
dreammaster at scummvm.org
Sun Jul 12 23:35:53 CEST 2015
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:
876ea62c14 SHERLOCK: RT: Fix initial highlighting when Verbs shown a second time
Commit: 876ea62c14b3192f4e28012a7d3df8d71904907e
https://github.com/scummvm/scummvm/commit/876ea62c14b3192f4e28012a7d3df8d71904907e
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-12T17:34:53-04:00
Commit Message:
SHERLOCK: RT: Fix initial highlighting when Verbs shown a second time
Changed paths:
engines/sherlock/tattoo/widget_verbs.cpp
diff --git a/engines/sherlock/tattoo/widget_verbs.cpp b/engines/sherlock/tattoo/widget_verbs.cpp
index dd6637b..0d8fc62 100644
--- a/engines/sherlock/tattoo/widget_verbs.cpp
+++ b/engines/sherlock/tattoo/widget_verbs.cpp
@@ -50,6 +50,7 @@ void WidgetVerbs::load(bool objectsOn) {
ui._activeObj = ui._bgFound;
_outsideMenu = false;
_verbCommands.clear();
+ _selector = _oldSelector = -1;
// Check if we need to show options for the highlighted object
if (objectsOn) {
More information about the Scummvm-git-logs
mailing list