ProjectCmn.h
#define MAX_INVENTORY 60 // 60 //42
obj.h
#define MAX_INVENTORY 60
After I modified the pocket capacity, the equipment bar was disordered, and the props were lost. Where else should I modify? Thank you.
#define MAX_INVENTORY 60 // 60 //42
obj.h
#define MAX_INVENTORY 60
After I modified the pocket capacity, the equipment bar was disordered, and the props were lost. Where else should I modify? Thank you.