diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-15 08:55:36 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-15 08:55:36 +0000 |
commit | 09af9729fa04300ecb6c98e95962afa22a5c96b3 (patch) | |
tree | f93bd8b5dad84155c9dd265a20029ede25283bf9 /src/map/map.h | |
parent | e1eab1687c962cc3bea25cb66981c28be65e6e3b (diff) | |
download | hercules-09af9729fa04300ecb6c98e95962afa22a5c96b3.tar.gz hercules-09af9729fa04300ecb6c98e95962afa22a5c96b3.tar.bz2 hercules-09af9729fa04300ecb6c98e95962afa22a5c96b3.tar.xz hercules-09af9729fa04300ecb6c98e95962afa22a5c96b3.zip |
* Added experimental code to generate a stack dump when it segfaults
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1108 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 91e296f69..579708c51 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -215,6 +215,7 @@ struct map_session_data { struct skill_unit_group skillunit[MAX_SKILLUNITGROUP]; struct skill_unit_group_tickset skillunittick[MAX_SKILLUNITGROUPTICKSET]; struct skill_timerskill skilltimerskill[MAX_SKILLTIMERSKILL]; + char blockskill[MAX_SKILL]; // [celest] unsigned short timerskill_count; // [celest] int cloneskill_id; int potion_hp,potion_sp,potion_per_hp,potion_per_sp; |