From e72b6ef50fbfe22d3c856e06db00d55643a4c148 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 26 Aug 2017 03:18:49 +0300 Subject: Add inventory type for mail view window. Not allow drag from/to this inventory. --- src/actions/actions.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/actions/actions.cpp') diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index d95b240c5..b958f8f62 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -267,6 +267,7 @@ static Item *getItemByInvIndex(const int index, case InventoryType::Cart: case InventoryType::Vending: case InventoryType::MailEdit: + case InventoryType::MailView: case InventoryType::Craft: case InventoryType::TypeEnd: default: -- cgit v1.2.3-70-g09d2