diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-03 15:50:07 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-03 15:50:07 -0500 |
commit | dd6d1e79df7d48e93ba22551b8858d77d041c197 (patch) | |
tree | 08cd205eae4d148d855a088efb1cdf1f7a3822d6 /include/inventory.h | |
parent | 3c8140152bcf72eb1d64b580bb9c1e139bcbe191 (diff) |
enabled werror, wall and wextra (\!)
Diffstat (limited to 'include/inventory.h')
-rw-r--r-- | include/inventory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inventory.h b/include/inventory.h index 1ad46d0..e71e76a 100644 --- a/include/inventory.h +++ b/include/inventory.h @@ -48,7 +48,6 @@ public: char* textureLoc; Texturec *tex; GLuint text; - int count; Item(ITEM_ID i, const char *n, ITEM_TYPE t, float w, float h, int m, const char *tl); GLuint rtex(){ |