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

dreammaster dreammaster at scummvm.org
Fri Apr 6 04:32:38 CEST 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:
e69ff28de2 XEEN: Fix equipping belts


Commit: e69ff28de2add5598b7ff1cd443efd2a485f46d9
    https://github.com/scummvm/scummvm/commit/e69ff28de2add5598b7ff1cd443efd2a485f46d9
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-04-05T22:32:38-04:00

Commit Message:
XEEN: Fix equipping belts

Changed paths:
    engines/xeen/item.cpp


diff --git a/engines/xeen/item.cpp b/engines/xeen/item.cpp
index 6a37fa1..7b0710e 100644
--- a/engines/xeen/item.cpp
+++ b/engines/xeen/item.cpp
@@ -595,6 +595,8 @@ void AccessoryItems::equipItem(int itemIndex) {
 				return;
 			}
 		}
+
+		item._frame = 12;
 	} else if (item._id <= 7) {
 		int count = 0;
 		for (uint idx = 0; idx < size(); ++idx) {





More information about the Scummvm-git-logs mailing list