mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-05-12 00:27:28 +00:00
make max stack 67
This commit is contained in:
parent
5a7e1474b5
commit
440be30f03
|
|
@ -8,7 +8,7 @@
|
|||
#include "Inventory.h"
|
||||
|
||||
const int Inventory::POP_TIME_DURATION = 5;
|
||||
const int Inventory::MAX_INVENTORY_STACK_SIZE = 64;
|
||||
const int Inventory::MAX_INVENTORY_STACK_SIZE = 67;
|
||||
|
||||
const int Inventory::INVENTORY_SIZE = 4 * 9;
|
||||
const int Inventory::SELECTION_SIZE = 9;
|
||||
|
|
|
|||
Loading…
Reference in a new issue