]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/CEntity.cpp
Fix hub pointer motion.
[quix0rs-blobwars.git] / src / CEntity.cpp
index e1575ca62069b0a9e6cca8889ede6bbe870e5042..bf24711f515a90aca9ee442fa2bf34c9cce72281 100644 (file)
@@ -1,5 +1,6 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2011 Parallel Realities
+Copyright (C) 2011-2015 Perpendicular Dimensions
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -52,7 +53,7 @@ Entity::Entity()
 
 void Entity::setName(const char *name)
 {
-       strncpy(this->name, name, sizeof this->name);
+       strlcpy(this->name, name, sizeof this->name);
 }
 
 void Entity::setSprites(Sprite *sprite1, Sprite *sprite2, Sprite *sprite3)