aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities.cpp')
-rw-r--r--src/entities.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entities.cpp b/src/entities.cpp
index 8ccd5e1..9f5d776 100644
--- a/src/entities.cpp
+++ b/src/entities.cpp
@@ -66,7 +66,6 @@ void Entity::getName(){
strcpy(name,bufs);
}
free(bufs);
- //delete(bufs);
}
Player::Player(){ //sets all of the player specific traits on object creation