Fixed: Warning with clang
This commit is contained in:
parent
ef6cc501e0
commit
bed94fb47e
1 changed files with 2 additions and 3 deletions
|
@ -86,11 +86,10 @@ namespace NL3D
|
||||||
|
|
||||||
class CEntitySheet;
|
class CEntitySheet;
|
||||||
class CEntityCL;
|
class CEntityCL;
|
||||||
|
class CAttackInfo;
|
||||||
|
|
||||||
class CItemSheet;
|
class CItemSheet;
|
||||||
|
|
||||||
class CPhysicalDamage;
|
|
||||||
|
|
||||||
namespace NLMISC{
|
namespace NLMISC{
|
||||||
class CCDBNodeLeaf;
|
class CCDBNodeLeaf;
|
||||||
class CCDBNodeBranch;
|
class CCDBNodeBranch;
|
||||||
|
@ -586,7 +585,7 @@ public:
|
||||||
virtual void impact(uint /* impactType */, uint /* type */, uint /* id */, uint /* intensity */) {}
|
virtual void impact(uint /* impactType */, uint /* type */, uint /* id */, uint /* intensity */) {}
|
||||||
/** Try to play a melee impact on this entity.
|
/** Try to play a melee impact on this entity.
|
||||||
*/
|
*/
|
||||||
virtual void meleeImpact(const CPhysicalDamage &/* damage */) {}
|
virtual void meleeImpact(const CAttackInfo &/* attack */) {}
|
||||||
/** Play the magic impact on the entity
|
/** Play the magic impact on the entity
|
||||||
* \param type : type of the impact (host/good/neutral).
|
* \param type : type of the impact (host/good/neutral).
|
||||||
* \param intensity : intensity of the impact.
|
* \param intensity : intensity of the impact.
|
||||||
|
|
Loading…
Reference in a new issue