summaryrefslogtreecommitdiff
path: root/src/actormanager.h
diff options
context:
space:
mode:
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 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);
/**