diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-22 18:47:01 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-22 18:47:01 +0000 |
commit | 2e2f6aff261555ae5eaee6b7777d5844b7d20544 (patch) | |
tree | bdce427e38e52ed922f4ce3ad5c1f734255941d0 /src/map/map.h | |
parent | f379acdcc7a7ecdc6ccd7ea2c6f8673d147450b4 (diff) | |
download | hercules-2e2f6aff261555ae5eaee6b7777d5844b7d20544.tar.gz hercules-2e2f6aff261555ae5eaee6b7777d5844b7d20544.tar.bz2 hercules-2e2f6aff261555ae5eaee6b7777d5844b7d20544.tar.xz hercules-2e2f6aff261555ae5eaee6b7777d5844b7d20544.zip |
- status_check_skilluse won't block skill-specific checks (silence, berserk, steel-body, etc) when the skill in use is an item-invoked skill.
- Merged LittleWolf's function to read the map-height directly from the rsw file.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5706 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 77044ee8c..28bc785bc 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -997,6 +997,7 @@ struct map_data { int m;
short xs,ys;
short bxs,bys;
+ int water_height;
int npc_num;
int users;
struct {
|