@ -194,13 +194,7 @@ void PrintStoreItem(ItemStruct *x, int l, text_color iclr)
void StoreAutoPlace()
{
bool done;
bool done = false;
int i, w, h;
SetICursor(plr[myplr].HoldItem._iCurs + CURSOR_FIRSTITEM);
w = icursW28;
h = icursH28;
done = false;
if (AutoEquipEnabled(plr[myplr], plr[myplr].HoldItem) && AutoEquip(myplr, plr[myplr].HoldItem)) {
done = true;
}