Set InventoryDragIssuesFix enabled by default.

This commit is contained in:
NovaRain
2015-10-27 15:21:26 +08:00
parent c34dc2700a
commit 019d2d7095
+1 -1
View File
@@ -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