From 82d39474906216fdc0701c1118cdd60d76dc31fb Mon Sep 17 00:00:00 2001 From: GroundLlama Date: Sun, 2 Mar 2014 19:33:09 -0800 Subject: [PATCH] Update entity.cpp actually and allocated --- entity.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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