aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-02-02 08:49:38 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-02-02 08:49:38 -0500
commitd83b7f3d1f50ee1b164095c0e9d94cc87a44ad8c (patch)
treed7b76cb1907f781e1eccd1691bc7a622ed27a63c /include/world.h
parent32855b564c2a7cd5c1a644dcf7039ab9b69295e4 (diff)
inventory rewrite
Diffstat (limited to 'include/world.h')
-rw-r--r--include/world.h2
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,