diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 98aaeb80..9c853c32 100644 --- a/src/being.h +++ b/src/being.h @@ -125,7 +125,7 @@ class Being * @param text The text that should appear. * @param time The amount of time the text should stay in milliseconds. */ - void setDamage(const std::string &text, int time); + void setDamage(short amount, int time); /** * Returns the name of the being. |