summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;