Browse Source

🐛 Fix broken text cursort after buying an item from Wirt

pull/1164/head
Anders Jenbo 5 years ago
parent
commit
f16ebb349d
  1. 1
      Source/stores.cpp

1
Source/stores.cpp

@ -1836,6 +1836,7 @@ void BoyBuyItem()
boyitem._itype = ITYPE_NONE;
stextshold = STORE_BOY;
CalcPlrInv(myplr, TRUE);
stextlhold = 12;
}
/**

Loading…
Cancel
Save