From d83b7f3d1f50ee1b164095c0e9d94cc87a44ad8c Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 2 Feb 2016 08:49:38 -0500 Subject: inventory rewrite --- include/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/world.h') 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, -- cgit v1.2.3