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 d2bf85d5..3411d5c7 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -121,7 +121,7 @@ void sort() { } Being::Being(): - speech_time(0), + speech_time(0), aspd(350), damage(""), damage_time(0), id(0), job(0), x(0), y(0), destX(0), destY(0), direction(0), |