summaryrefslogtreecommitdiff
path: root/src/between_exit.hpp
blob: 7ea686d77b3c2b8179eab756dd7e041485583822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

#include "h-basic.h"

/**
 * Surface-level void gates descriptor.
 */
struct between_exit
{
	s16b corresp;           /* Corresponding between gate */
	bool_ dungeon;           /* Do we exit in a dungeon or in the wild ? */

	s16b wild_x, wild_y;    /* Wilderness spot to land onto */
	s16b px, py;            /* Location of the map */

	s16b d_idx;             /* Dungeon to land onto */
	s16b level;
};