mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
using deque for hero's backpack storage
This commit is contained in:
@@ -36,6 +36,7 @@ protected:
|
||||
size_t slotsRowsMax;
|
||||
const int slotSizeWithMargin = 46;
|
||||
const int sliderPosOffsetX = 5;
|
||||
int backpackPos; // Position to display artifacts in heroes backpack
|
||||
|
||||
void initAOHbackpack(size_t slots, bool slider);
|
||||
size_t calcRows(size_t slots);
|
||||
|
||||
Reference in New Issue
Block a user