From 0f2140da4bf5089da98f0c39808cccf963955225 Mon Sep 17 00:00:00 2001 From: Sergey Semushin Date: Fri, 31 May 2019 21:16:20 +0300 Subject: [PATCH] Make S_BBuyEnter bin exact. --- Source/stores.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/stores.cpp b/Source/stores.cpp index d5b7a2c3c..664bea7f6 100644 --- a/Source/stores.cpp +++ b/Source/stores.cpp @@ -2375,9 +2375,9 @@ void S_BBuyEnter() int i; if (stextsel == 10) { - stextlhold = 10; - stextvhold = stextsval; stextshold = STORE_BBOY; + stextvhold = stextsval; + stextlhold = 10; if (plr[myplr]._pGold < boyitem._iIvalue + (boyitem._iIvalue >> 1)) { StartStore(STORE_NOMONEY); } else {