summaryrefslogtreecommitdiff
path: root/inc/entity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/entity.hpp')
-rw-r--r--inc/entity.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/entity.hpp b/inc/entity.hpp
index 62c14d4..d02f689 100644
--- a/inc/entity.hpp
+++ b/inc/entity.hpp
@@ -19,7 +19,7 @@ class Entity
virtual int getAmount(void){};
protected:
- int type = 0;
+ int type;
SDL_Rect rect;
Location L;
SDL_Renderer* renderer;