diff options
author | Kiyoshi Kyokai <kiyoshi.kyokai@gmail.com> | 2005-03-01 14:37:45 +0000 |
---|---|---|
committer | Kiyoshi Kyokai <kiyoshi.kyokai@gmail.com> | 2005-03-01 14:37:45 +0000 |
commit | 806438ec060fcf1a6f1cca3c81b8211979c601ed (patch) | |
tree | 741c2444d403b0f22c7d0ec86a389cee41ef706a /src/main.h | |
parent | 857794d1c02fd0719634bea9674caa8c76d97007 (diff) | |
download | mana-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/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |