diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/being.h b/src/being/being.h index 64a193c46..adbdf7432 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -199,8 +199,8 @@ class Being notfinal : public ActorSprite, void takeDamage(Being *restrict const attacker, const int amount, const AttackTypeT type, - const int attackId = 1, - const int level = 1) restrict2; + const int attackId, + const int level) restrict2; /** * Handles an attack of another being by this being. |