diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-16 13:57:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-16 13:57:49 +0300 |
commit | 29a39909e3f53305c4e29fdcba863f94603b8763 (patch) | |
tree | 54681b323307085e5f1fce7f8a5b341c50b63f49 /src/actormanager.h | |
parent | 41cc92f73e39cec5dfea6b1164176610cccc7df4 (diff) | |
download | plus-29a39909e3f53305c4e29fdcba863f94603b8763.tar.gz plus-29a39909e3f53305c4e29fdcba863f94603b8763.tar.bz2 plus-29a39909e3f53305c4e29fdcba863f94603b8763.tar.xz plus-29a39909e3f53305c4e29fdcba863f94603b8763.zip |
Add missing fields into flooritem.
Diffstat (limited to 'src/actormanager.h')
-rw-r--r-- | src/actormanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actormanager.h b/src/actormanager.h index af597cbfb..609ecd22a 100644 --- a/src/actormanager.h +++ b/src/actormanager.h @@ -83,8 +83,10 @@ class ActorManager final: public ConfigListener FloorItem *createItem(const BeingId id, const int itemId, const int x, const int y, + const int itemType, const int amount, const ItemColor color, + const Identified identified, const int subX, const int subY); /** |