From 394e7f8752ae7c80786e202c8b859488db1af363 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Sat, 24 Mar 2018 21:41:05 +0000 Subject: Implementation of Private AirShip --- src/map/map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index d6afdc160..f90bdb89a 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; -- cgit v1.2.3-70-g09d2