diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp index 51728f80..c4ca63b6 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -134,6 +134,7 @@ Being::Being(): hair_style(1), hair_color(1), weapon(0) { + strcpy(name, ""); } Being::~Being() { |