mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Enum is now in its own namespace, comments for enum values removed
Using Namespace Fix for linux compilation. NO_OF_PHASES renamed to NUMBER_OF_PHASES, removed duplicate phase documentation
This commit is contained in:
@@ -225,7 +225,7 @@ public:
|
||||
std::shared_ptr<Unit> acquire() const override;
|
||||
std::shared_ptr<CUnitState> acquireState() const override;
|
||||
|
||||
BattlePhases battleQueuePhase(int turn) const override;
|
||||
BattlePhases::Type battleQueuePhase(int turn) const override;
|
||||
|
||||
int getTotalAttacks(bool ranged) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user