1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00

Suppress a warning.

This commit is contained in:
cc9cii 2014-08-29 07:48:52 +10:00
parent feeb740497
commit 961b4f0142

View File

@ -14,6 +14,7 @@ namespace MWMechanics
class Action
{
public:
virtual ~Action() {};
virtual void prepare(const MWWorld::Ptr& actor) = 0;
virtual void getCombatRange (float& rangeAttack, float& rangeFollow) = 0;
virtual float getActionCooldown() { return 0.f; }