aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/entities.h b/include/entities.h
index be5c000..b9881ea 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -112,8 +112,7 @@ public:
class Object : public Entity{
public:
- Object(int);
- Object(int, bool, char*);
+ Object(ITEM_ID id, bool qo, const char *pd);
void interact(void);
bool questObject = false;
char *pickupDialog;