diff options
author | archshift <admin@archshift.com> | 2014-07-12 02:27:29 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-07-12 02:27:29 +0200 |
commit | 4e6395d6ff9f34edb4dd36dc1f8e845c56b499f4 (patch) | |
tree | c43c02cef430c346a0ab310d1e6714bf66897052 /src/Entities/Pawn.h | |
parent | Merge remote-tracking branch 'origin/master' into potions (diff) | |
download | cuberite-4e6395d6ff9f34edb4dd36dc1f8e845c56b499f4.tar cuberite-4e6395d6ff9f34edb4dd36dc1f8e845c56b499f4.tar.gz cuberite-4e6395d6ff9f34edb4dd36dc1f8e845c56b499f4.tar.bz2 cuberite-4e6395d6ff9f34edb4dd36dc1f8e845c56b499f4.tar.lz cuberite-4e6395d6ff9f34edb4dd36dc1f8e845c56b499f4.tar.xz cuberite-4e6395d6ff9f34edb4dd36dc1f8e845c56b499f4.tar.zst cuberite-4e6395d6ff9f34edb4dd36dc1f8e845c56b499f4.zip |
Diffstat (limited to 'src/Entities/Pawn.h')
-rw-r--r-- | src/Entities/Pawn.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Entities/Pawn.h b/src/Entities/Pawn.h index 307e5db3d..252ec5edb 100644 --- a/src/Entities/Pawn.h +++ b/src/Entities/Pawn.h @@ -30,10 +30,9 @@ public: @param a_EffectType The entity effect to apply @param a_EffectDurationTicks The duration of the effect @param a_EffectIntensity The level of the effect (0 = Potion I, 1 = Potion II, etc) - @param a_Creator The pawn that produced the effect (e.g. threw the potion) @param a_DistanceModifier The scalar multiplied to the potion duration, only applies to splash potions) */ - void AddEntityEffect(cEntityEffect::eType a_EffectType, int a_EffectDurationTicks, short a_EffectIntensity, cPawn * a_Creator, double a_DistanceModifier = 1); + void AddEntityEffect(cEntityEffect::eType a_EffectType, int a_EffectDurationTicks, short a_EffectIntensity, double a_DistanceModifier = 1); /** Removes a currently applied entity effect @param a_EffectType The entity effect to remove |