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.h | |
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.h')
-rw-r--r-- | src/being.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h index 6748732e..173b1d3c 100644 --- a/src/being.h +++ b/src/being.h @@ -64,6 +64,7 @@ class Being { unsigned int speech_time; unsigned int damage_time; bool showSpeech, showDamage; + unsigned short aspd; // attack speed /** * Constructor. |