Browse Source

Update Source/stores.cpp

Co-Authored-By: qndel <stefan551@o2.pl>
pull/88/head
Anders Jenbo 7 years ago
parent
commit
070487fe90
  1. 2
      Source/stores.cpp

2
Source/stores.cpp

@ -3009,7 +3009,7 @@ void __cdecl S_WRechargeEnter()
void __cdecl S_BoyEnter()
{
if (boyitem._itype != -1 && stextsel == 18) {
if (boyitem._itype != ITYPE_NONE && stextsel == 18) {
if (plr[myplr]._pGold < 50) {
stextshold = 12;
stextlhold = 18;

Loading…
Cancel
Save