diff options
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(){ |