From b97a54b8acd113e99871fdb0f683e27e0912bf42 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 11 Jan 2017 02:19:07 -0600 Subject: -removed all magic numbers and placed them in a constants header -removed unused libraries and redid all header files --- inc/entity.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/entity.hpp') 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; -- cgit v1.2.3