From f16ebb349dde4d3013ffd88a6c50797698c30a58 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Fri, 12 Mar 2021 07:15:06 +0100 Subject: [PATCH] :bug: Fix broken text cursort after buying an item from Wirt --- Source/stores.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/stores.cpp b/Source/stores.cpp index 311b1553f..124b5e001 100644 --- a/Source/stores.cpp +++ b/Source/stores.cpp @@ -1836,6 +1836,7 @@ void BoyBuyItem() boyitem._itype = ITYPE_NONE; stextshold = STORE_BOY; CalcPlrInv(myplr, TRUE); + stextlhold = 12; } /**