[Scummvm-git-logs] scummvm master -> 18235e4ab0aac6e749a3cd8be5608e1d2eff3000

dreammaster dreammaster at scummvm.org
Sun Feb 25 02:20:11 CET 2018


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:
18235e4ab0 XEEN: Properly redraw Char Items dialog after leaving Quest dialog


Commit: 18235e4ab0aac6e749a3cd8be5608e1d2eff3000
    https://github.com/scummvm/scummvm/commit/18235e4ab0aac6e749a3cd8be5608e1d2eff3000
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-02-24T20:20:01-05:00

Commit Message:
XEEN: Properly redraw Char Items dialog after leaving Quest dialog

Changed paths:
    engines/xeen/dialogs_items.cpp


diff --git a/engines/xeen/dialogs_items.cpp b/engines/xeen/dialogs_items.cpp
index 865ec23..f7c0e48 100644
--- a/engines/xeen/dialogs_items.cpp
+++ b/engines/xeen/dialogs_items.cpp
@@ -468,7 +468,7 @@ Character *ItemsDialog::execute(Character *c, ItemsMode mode) {
 			// Quests
 			if (mode == ITEMMODE_CHAR_INFO) {
 				Quests::show(_vm);
-				redrawFlag = REDRAW_TEXT;
+				redrawFlag = REDRAW_FULL;
 			}
 			break;
 





More information about the Scummvm-git-logs mailing list