From 806438ec060fcf1a6f1cca3c81b8211979c601ed Mon Sep 17 00:00:00 2001 From: Kiyoshi Kyokai Date: Tue, 1 Mar 2005 14:37:45 +0000 Subject: This fixes the missing lastAttackTime bug in PLAYER_INFO --- src/main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3-70-g09d2