From e69ff28de2add5598b7ff1cd443efd2a485f46d9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 5 Apr 2018 22:32:38 -0400 Subject: XEEN: Fix equipping belts --- engines/xeen/item.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/xeen/item.cpp b/engines/xeen/item.cpp index 6a37fa1d92..7b0710e71c 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) { -- cgit v1.2.3