diff --git a/entity.cpp b/entity.cpp index 448a5e8..7c48baf 100644 --- a/entity.cpp +++ b/entity.cpp @@ -3,7 +3,7 @@ int idCounter = 0; /** - * Super constructor for Entities that assignes them an ID + * Super constructor for Entities that assigns them an ID */ Entity::Entity(){ ID = idCounter; @@ -12,11 +12,11 @@ Entity::Entity(){ /* EntityManager::~EntityManager(){ - //Delete all alocated entities from the entity list + //Delete all allocated entities from the entity list for(int i=0;i