mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Implement placeholders for creature banks messages
This commit is contained in:
@@ -481,11 +481,11 @@ BattleInfo::BattleInfo(const BattleLayout & layout):
|
||||
}
|
||||
|
||||
BattleInfo::BattleInfo():
|
||||
layout(std::make_unique<BattleLayout>()),
|
||||
round(-1),
|
||||
activeStack(-1),
|
||||
town(nullptr),
|
||||
tile(-1,-1,-1),
|
||||
layout(std::make_unique<BattleLayout>()),
|
||||
battlefieldType(BattleField::NONE),
|
||||
tacticsSide(BattleSide::NONE),
|
||||
tacticDistance(0)
|
||||
|
||||
Reference in New Issue
Block a user