diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-19 19:07:34 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-19 19:07:34 +1100 |
commit | 157eb7c1416cef650525321ff78ed98ff2ac9d77 (patch) | |
tree | 8549a5ac23fa7a6e9b22a1884b3493789e4761f7 /source/frontend/StarMerchantInterface.hpp | |
parent | 7d98cc8e042fe2af1a5652a6106f5630f6faeaf8 (diff) | |
parent | 28a8b54f43f10fde8c09f6efe91d1c1b3b09d5d4 (diff) |
Merge pull request #155 from SilverSokolova/main
Allow buying/crafting more than 1000 items at once [skip ci]
Diffstat (limited to 'source/frontend/StarMerchantInterface.hpp')
-rw-r--r-- | source/frontend/StarMerchantInterface.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarMerchantInterface.hpp b/source/frontend/StarMerchantInterface.hpp index b717a61..967a2ce 100644 --- a/source/frontend/StarMerchantInterface.hpp +++ b/source/frontend/StarMerchantInterface.hpp @@ -76,6 +76,7 @@ private: ItemBagPtr m_itemBag; int m_buyCount; + int m_maxBuyCount; }; } |