mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Renamed & unified OBJECT_CONSTRUCTION macro set
This commit is contained in:
@@ -73,7 +73,7 @@ size_t CArtifactsOfHeroBackpack::getSlotsNum()
|
||||
|
||||
void CArtifactsOfHeroBackpack::initAOHbackpack(size_t slots, bool slider)
|
||||
{
|
||||
OBJECT_CONSTRUCTION_CAPTURING(255 - DISPOSE);
|
||||
OBJECT_CONSTRUCTION;
|
||||
|
||||
backpack.resize(slots);
|
||||
size_t artPlaceIdx = 0;
|
||||
|
||||
Reference in New Issue
Block a user