From 019d2d70953b9ffe5890550110d61ba51300b3ec Mon Sep 17 00:00:00 2001 From: NovaRain Date: Tue, 27 Oct 2015 15:21:26 +0800 Subject: [PATCH] Set InventoryDragIssuesFix enabled by default. --- sfall/Bugs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfall/Bugs.cpp b/sfall/Bugs.cpp index 254ce44d..33620f81 100644 --- a/sfall/Bugs.cpp +++ b/sfall/Bugs.cpp @@ -772,7 +772,7 @@ void BugsInit() SafeWrite8(0x475541, 64); SafeWrite8(0x475789, 64); - if (GetPrivateProfileIntA("Misc", "InventoryDragIssuesFix", 0, ini)) { + if (GetPrivateProfileIntA("Misc", "InventoryDragIssuesFix", 1, ini)) { dlog("Applying inventory reverse order issues fix.", DL_INIT); // Fix for minor visual glitch when picking up solo item from the top of inventory // and there is multiple item stack at the bottom of inventory