From 9cf563fa7f4059bfddd82efdaa89df2ed07a6d7c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 20 Oct 2013 18:11:57 +0300 Subject: Remove setMap from being constructor. --- src/being/being.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/being/being.h') 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) -- cgit v1.2.3-70-g09d2