diff options
Diffstat (limited to 'src/actormanager.h')
-rw-r--r-- | src/actormanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/actormanager.h b/src/actormanager.h index 687ca4042..1688ce3d2 100644 --- a/src/actormanager.h +++ b/src/actormanager.h @@ -65,9 +65,9 @@ class ActorManager final: public ConfigListener const ActorType::Type type, const uint16_t subtype) A_WARN_UNUSED; - Being *cloneBeing(const Being *const srcBeing, - const int dx, const int dy, - const int id); + static Being *cloneBeing(const Being *const srcBeing, + const int dx, const int dy, + const int id); /** * Create a FloorItem and add it to the list of ActorSprites. |