diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-17 22:38:25 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-17 22:38:25 +0000 |
commit | 43e00cf6174ca30c6c702b59b5a1434dd1c5ce33 (patch) | |
tree | 86335f884d5f471f880753fa99cd4c7e6b8fbed6 /src/map/map.h | |
parent | 73c59399d732b6d5c88ccbf4fcb9ced38e777aca (diff) | |
download | hercules-43e00cf6174ca30c6c702b59b5a1434dd1c5ce33.tar.gz hercules-43e00cf6174ca30c6c702b59b5a1434dd1c5ce33.tar.bz2 hercules-43e00cf6174ca30c6c702b59b5a1434dd1c5ce33.tar.xz hercules-43e00cf6174ca30c6c702b59b5a1434dd1c5ce33.zip |
- Corrected map_random_dir algorithm
- Fixed homunc natural heal and little code cleanup
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8327 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/map.h b/src/map/map.h index ee8a9836e..0237aff2c 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -975,9 +975,6 @@ struct homun_data { int target_id,attacked_id;
int natural_heal_timer; //[orn]
- int hp_sub,sp_sub;
- int inchealhptick,inchealsptick;
- int nhealhp,nhealsp,nshealhp,nshealsp,nsshealhp,nsshealsp;
unsigned short regenhp,regensp;
unsigned long exp_next;
|