diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-03 08:43:55 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-03 08:43:55 -0500 |
commit | 00c312051599729074ff3584a0528c1883e1ff42 (patch) | |
tree | 1778fa2382922d7ef50b787e444946a640e9033a /include/world.h | |
parent | f00c4bb6b0c4dc1cf2f0c122a4748288ac6ab1a5 (diff) | |
parent | 7ab072caaaec09720ad79cfed5738e89bc60c44f (diff) |
Mouse
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, |