mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 14:36:39 +00:00
fix typo
This commit is contained in:
parent
961b4f0142
commit
fa0352cd75
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace MWMechanics
|
||||||
class Action
|
class Action
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~Action() {};
|
virtual ~Action() {}
|
||||||
virtual void prepare(const MWWorld::Ptr& actor) = 0;
|
virtual void prepare(const MWWorld::Ptr& actor) = 0;
|
||||||
virtual void getCombatRange (float& rangeAttack, float& rangeFollow) = 0;
|
virtual void getCombatRange (float& rangeAttack, float& rangeFollow) = 0;
|
||||||
virtual float getActionCooldown() { return 0.f; }
|
virtual float getActionCooldown() { return 0.f; }
|
||||||
|
|
Loading…
Reference in a new issue