[Scummvm-git-logs] scummvm master -> a69294d5254e7df2e3d81ad94bd4fa4d6b2cd5b3

dreammaster dreammaster at scummvm.org
Tue Mar 20 03:02:43 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:
a69294d525 XEEN: Fix Items dialog header when an item is selected


Commit: a69294d5254e7df2e3d81ad94bd4fa4d6b2cd5b3
    https://github.com/scummvm/scummvm/commit/a69294d5254e7df2e3d81ad94bd4fa4d6b2cd5b3
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-03-19T22:02:36-04:00

Commit Message:
XEEN: Fix Items dialog header when an item is selected

Changed paths:
    engines/xeen/dialogs/dialogs_items.cpp


diff --git a/engines/xeen/dialogs/dialogs_items.cpp b/engines/xeen/dialogs/dialogs_items.cpp
index 0f6d608..c7e526c 100644
--- a/engines/xeen/dialogs/dialogs_items.cpp
+++ b/engines/xeen/dialogs/dialogs_items.cpp
@@ -209,7 +209,7 @@ Character *ItemsDialog::execute(Character *c, ItemsMode mode) {
 			case ITEMMODE_CHAR_INFO:
 			case ITEMMODE_8:
 				windows[30].writeString(Common::String::format(Res.X_FOR_THE_Y,
-					category == CATEGORY_MISC ? "\x3l" : "\x3c",
+					category == CATEGORY_MISC ? "\x3l" : "\x3""c",
 					Res.CATEGORY_NAMES[category], c->_name.c_str(), Res.CLASS_NAMES[c->_class],
 					category == CATEGORY_MISC ? Res.FMT_CHARGES : " ",
 					lines[0].c_str(), lines[1].c_str(), lines[2].c_str(), lines[3].c_str(),





More information about the Scummvm-git-logs mailing list