diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-04-11 12:10:36 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-04-11 12:10:36 +0000 |
commit | a85e6c544912b9ebd261b5da29b26e3232284173 (patch) | |
tree | 07b989c73225d0855e9a4298de002f8fce2d3f0c /src/being.cpp | |
parent | 2eae5c2914731091ee25929250a701e5e2c2c724 (diff) | |
download | mana-a85e6c544912b9ebd261b5da29b26e3232284173.tar.gz mana-a85e6c544912b9ebd261b5da29b26e3232284173.tar.bz2 mana-a85e6c544912b9ebd261b5da29b26e3232284173.tar.xz mana-a85e6c544912b9ebd261b5da29b26e3232284173.zip |
- First step toward syncing attack animation with attack speed
- Added a nice sample when attacking to stress test sound engine/
loading samples through resource manager.
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), |