mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
using deque for hero's backpack storage
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
CArtifactsOfHeroBackpack::CArtifactsOfHeroBackpack(size_t slotsColumnsMax, size_t slotsRowsMax)
|
||||
: slotsColumnsMax(slotsColumnsMax)
|
||||
, slotsRowsMax(slotsRowsMax)
|
||||
, backpackPos(0)
|
||||
{
|
||||
setRedrawParent(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user