Skip to content

Commit

Permalink
Set InventoryDragIssuesFix enabled by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Oct 27, 2015
1 parent c34dc27 commit 019d2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfall/Bugs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 019d2d7

Please sign in to comment.