diff options
Diffstat (limited to 'include/world.h')
-rw-r--r-- | include/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.h b/include/world.h index d752728..a0c9a63 100644 --- a/include/world.h +++ b/include/world.h @@ -285,7 +285,7 @@ public: * upon object interaction. */ - void addObject(ITEM_ID id,const char *pickupDialog, float x, float y); + void addObject(/*ITEM_ID id*/std::string in,const char *pickupDialog, float x, float y); /** * Adds a particle to the world with the specified coordinates, dimensions, |