summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKiyoshi Kyokai <kiyoshi.kyokai@gmail.com>2005-03-01 14:37:45 +0000
committerKiyoshi Kyokai <kiyoshi.kyokai@gmail.com>2005-03-01 14:37:45 +0000
commit806438ec060fcf1a6f1cca3c81b8211979c601ed (patch)
tree741c2444d403b0f22c7d0ec86a389cee41ef706a /src
parent857794d1c02fd0719634bea9674caa8c76d97007 (diff)
downloadmana-client-806438ec060fcf1a6f1cca3c81b8211979c601ed.tar.gz
mana-client-806438ec060fcf1a6f1cca3c81b8211979c601ed.tar.bz2
mana-client-806438ec060fcf1a6f1cca3c81b8211979c601ed.tar.xz
mana-client-806438ec060fcf1a6f1cca3c81b8211979c601ed.zip
This fixes the missing lastAttackTime bug in PLAYER_INFO
Diffstat (limited to 'src')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index dfc0c7ff..b25bf74d 100644
--- a/src/main.h
+++ b/src/main.h
@@ -71,6 +71,7 @@ typedef struct {
typedef struct {
int id;
+ float lastAttackTime; // used to synchronize the charge dialog
char name[24];
short hp, max_hp, sp, max_sp, lv;
short statsPointsToAttribute;