summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-06-22 12:42:35 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-06-22 12:42:35 +0000
commit1d64b7a037435aee796f068770a0c2ca2b19a93a (patch)
treee211c9da2b6a4303df5717a3ddf2ed16736f3a76 /src/being.cpp
parentc3628bdf27c92cd7b339393e7472f9528c8a1c5c (diff)
downloadmana-client-1d64b7a037435aee796f068770a0c2ca2b19a93a.tar.gz
mana-client-1d64b7a037435aee796f068770a0c2ca2b19a93a.tar.bz2
mana-client-1d64b7a037435aee796f068770a0c2ca2b19a93a.tar.xz
mana-client-1d64b7a037435aee796f068770a0c2ca2b19a93a.zip
Detect ghosts at creation time.
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 7ed73b8f..88b2b9a0 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -162,7 +162,7 @@ void sort() {
Being::Being():
id(0), job(0),
x(0), y(0), destX(0), destY(0), direction(0),
- type(0), action(0), frame(0),
+ action(0), frame(0),
speech_color(0),
walk_time(0),
speed(150),