summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp1
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() {