diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index 365ece88..095a48ca 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -141,7 +141,7 @@ Being::Being() { hair_style = 1; hair_color = 1; weapon = 0; x = 0; y = 0; direction = 0; - speech_color = makecol(0, 0, 0); + speech_color = 0;//makecol(0, 0, 0); } Being::~Being() { |