aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h
index ab33988..28fd7e9 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -226,7 +226,7 @@ public:
bool questObject = false;
Object();
- Object(ITEM_ID id, bool qo, const char *pd);
+ Object(ITEM_ID id,const char *pd);
~Object();
void reloadTexture(void);