summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/being.h b/src/being/being.h
index cd5b0efff..b6015486f 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -36,6 +36,7 @@
#include "resources/beinginfo.h"
#include "resources/beingslot.h"
+#include "resources/missileinfo.h"
#include "being/actorsprite.h"
@@ -534,7 +535,7 @@ class Being notfinal : public ActorSprite,
* Shoots a missile particle from this being, to target being
*/
void fireMissile(Being *restrict const victim,
- const std::string &restrict particle) const restrict2;
+ const MissileInfo &restrict missile) const restrict2;
/**
* Returns the path this being is following. An empty path is returned