diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-30 08:47:07 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-30 08:47:07 -0500 |
commit | 45bca98b792f8ced1a57ef8c5beed2a90a79d47f (patch) | |
tree | 0ac3026c2a9bac4037cfe9003f532eca02db92f0 /include/entities.h | |
parent | fbe1b6c3a0a3427111577e6b77600f5669012583 (diff) |
switched to 100% new/delete
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 3 |
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; |