[Scummvm-git-logs] scummvm master -> 346e06c976a87972a704183941af4afd8f22c4ef
dreammaster
dreammaster at scummvm.org
Fri Nov 24 02:18:45 CET 2017
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:
346e06c976 XEEN: Fix character highlight for Character Info dialog
Commit: 346e06c976a87972a704183941af4afd8f22c4ef
https://github.com/scummvm/scummvm/commit/346e06c976a87972a704183941af4afd8f22c4ef
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-11-23T20:18:36-05:00
Commit Message:
XEEN: Fix character highlight for Character Info dialog
Changed paths:
engines/xeen/dialogs_char_info.cpp
diff --git a/engines/xeen/dialogs_char_info.cpp b/engines/xeen/dialogs_char_info.cpp
index 23f089b..619382b 100644
--- a/engines/xeen/dialogs_char_info.cpp
+++ b/engines/xeen/dialogs_char_info.cpp
@@ -93,6 +93,8 @@ void CharacterInfo::execute(int charIndex) {
} else {
_vm->_mode = MODE_CHARACTER_INFO;
}
+
+ intf.highlightChar(_buttonValue);
redrawFlag = true;
break;
More information about the Scummvm-git-logs
mailing list