mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Warning with clang
--HG-- branch : develop
This commit is contained in:
parent
27ae7dddf0
commit
cb26d897ae
1 changed files with 2 additions and 3 deletions
|
@ -86,11 +86,10 @@ namespace NL3D
|
|||
|
||||
class CEntitySheet;
|
||||
class CEntityCL;
|
||||
class CAttackInfo;
|
||||
|
||||
class CItemSheet;
|
||||
|
||||
class CPhysicalDamage;
|
||||
|
||||
namespace NLMISC{
|
||||
class CCDBNodeLeaf;
|
||||
class CCDBNodeBranch;
|
||||
|
@ -586,7 +585,7 @@ public:
|
|||
virtual void impact(uint /* impactType */, uint /* type */, uint /* id */, uint /* intensity */) {}
|
||||
/** 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
|
||||
* \param type : type of the impact (host/good/neutral).
|
||||
* \param intensity : intensity of the impact.
|
||||
|
|
Loading…
Reference in a new issue