diff options
author | Haru <haru@dotalux.com> | 2018-05-07 00:13:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-07 00:13:15 +0200 |
commit | 614d7b66475f58dfb6354b57ca14999cc8c1b687 (patch) | |
tree | de881b6a6ad275c088e43b1388267e14d9e0cb52 /src/map/map.h | |
parent | 0903ea0b82614d127672b0c5ab3d8ca8049e0d87 (diff) | |
parent | 394e7f8752ae7c80786e202c8b859488db1af363 (diff) | |
download | hercules-614d7b66475f58dfb6354b57ca14999cc8c1b687.tar.gz hercules-614d7b66475f58dfb6354b57ca14999cc8c1b687.tar.bz2 hercules-614d7b66475f58dfb6354b57ca14999cc8c1b687.tar.xz hercules-614d7b66475f58dfb6354b57ca14999cc8c1b687.zip |
Merge pull request #1998 from Asheraf/private_airship
Implementation of Private AirShip
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 0618b0da8..b77b68813 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -857,6 +857,8 @@ struct map_data { unsigned notomb : 1; unsigned nocashshop : 1; unsigned noautoloot : 1; + unsigned pairship_startable : 1; + unsigned pairship_endable : 1; uint32 noviewid; ///< noviewid (bitmask - @see enum equip_pos) } flag; struct point save; |