From 4d474a21c8f06e217711113a04a50f86b76d07d6 Mon Sep 17 00:00:00 2001 From: qndel Date: Wed, 25 Sep 2019 19:18:38 +0200 Subject: [PATCH] StoreAutoPlace cleanup --- Source/stores.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/stores.cpp b/Source/stores.cpp index 6c6a56f76..f6716f956 100644 --- a/Source/stores.cpp +++ b/Source/stores.cpp @@ -326,9 +326,9 @@ void StoreAutoPlace() int i, w, h, idx; SetICursor(plr[myplr].HoldItem._iCurs + CURSOR_FIRSTITEM); - done = FALSE; w = icursW28; h = icursH28; + done = FALSE; if (w == 1 && h == 1) { idx = plr[myplr].HoldItem.IDidx; if (plr[myplr].HoldItem._iStatFlag && AllItemsList[idx].iUsable) {