summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-20 18:11:57 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-20 18:11:57 +0300
commit9cf563fa7f4059bfddd82efdaa89df2ed07a6d7c (patch)
tree172ff032c6d811f6f903b31413840691bd43254e /src/being/being.h
parent13abfc42956e176c9779ee41fddc95a4b85cb389 (diff)
downloadplus-9cf563fa7f4059bfddd82efdaa89df2ed07a6d7c.tar.gz
plus-9cf563fa7f4059bfddd82efdaa89df2ed07a6d7c.tar.bz2
plus-9cf563fa7f4059bfddd82efdaa89df2ed07a6d7c.tar.xz
plus-9cf563fa7f4059bfddd82efdaa89df2ed07a6d7c.zip
Remove setMap from being constructor.
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/being/being.h b/src/being/being.h
index 6e9d55768..79f5ebafb 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -155,10 +155,8 @@ class Being : public ActorSprite, public ConfigListener
*
* @param id a unique being id
* @param subtype partly determines the type of the being
- * @param map the map the being is on
*/
- Being(const int id, const Type type, const uint16_t subtype,
- Map *const map);
+ Being(const int id, const Type type, const uint16_t subtype);
A_DELETE_COPY(Being)