1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Code style: remove senseless comments

This commit is contained in:
Arseniy Shestakov
2017-07-18 00:04:00 +03:00
parent b2f74a93cf
commit 2da3d8a563
29 changed files with 100 additions and 99 deletions

View File

@@ -152,9 +152,9 @@ public:
si32 cloneID;
std::set<EBattleStackState::EBattleStackState> state;
CStack(const CStackInstance * base, PlayerColor O, int I, ui8 Side, SlotID S); //c-tor
CStack(const CStackBasicDescriptor * stack, PlayerColor O, int I, ui8 Side, SlotID S = SlotID(255)); //c-tor
CStack(); //c-tor
CStack(const CStackInstance * base, PlayerColor O, int I, ui8 Side, SlotID S);
CStack(const CStackBasicDescriptor * stack, PlayerColor O, int I, ui8 Side, SlotID S = SlotID(255));
CStack();
~CStack();
int32_t getKilled() const;