From 083833d5894a330501a39d11c5ec9f586c9c4b27 Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Fri, 15 Jun 2018 00:47:43 -0500 Subject: [PATCH] Fix item swapping deleting the item --- Source/inv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/inv.cpp b/Source/inv.cpp index c6a7792..9162298 100644 --- a/Source/inv.cpp +++ b/Source/inv.cpp @@ -1019,8 +1019,8 @@ void __fastcall CheckInvPaste(int pnum, int mx, int my) int v67; // [esp+190h] [ebp-Ch] int v68; // [esp+194h] [ebp-8h] int v69; // [esp+198h] [ebp-4h] - char cursor_id; // [esp+1A4h] [ebp+8h] - char cursor_ida; // [esp+1A4h] [ebp+8h] + int cursor_id; // [esp+1A4h] [ebp+8h] + int cursor_ida; // [esp+1A4h] [ebp+8h] p = pnum; v3 = pnum;