summaryrefslogtreecommitdiff
path: root/src/actormanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-30 23:12:06 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-30 23:12:06 +0300
commit6bedbd1724e575a152250eeda7988423d01680ba (patch)
tree69770d42c82e5b13b2e4fb08ea3b5cce46763346 /src/actormanager.h
parent1680d159ecbf75591d2dab1416ff8144c27d4de5 (diff)
downloadplus-6bedbd1724e575a152250eeda7988423d01680ba.tar.gz
plus-6bedbd1724e575a152250eeda7988423d01680ba.tar.bz2
plus-6bedbd1724e575a152250eeda7988423d01680ba.tar.xz
plus-6bedbd1724e575a152250eeda7988423d01680ba.zip
Add chat command for spawn debug local player copy.
New chat command: /debugSpawn
Diffstat (limited to 'src/actormanager.h')
-rw-r--r--src/actormanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actormanager.h b/src/actormanager.h
index e30a7011b..d8ce22e33 100644
--- a/src/actormanager.h
+++ b/src/actormanager.h
@@ -65,6 +65,8 @@ class ActorManager final: public ConfigListener
const ActorType::Type type,
const uint16_t subtype) A_WARN_UNUSED;
+ Being *cloneBeing(const Being *const srcBeing);
+
/**
* Create a FloorItem and add it to the list of ActorSprites.
*/