summaryrefslogtreecommitdiff
path: root/src/between_exit.hpp
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2020-05-27 16:31:00 -0700
committerManoj Srivastava <srivasta@debian.org>2020-05-27 16:31:00 -0700
commitd7533e931cfb49a68dc8e6e3f524d49e364cef83 (patch)
tree06d31523b9647d3de8ce8888f6e83d24f046aa82 /src/between_exit.hpp
parent4e9b9c402ed95bf9a17fd6d795bc49bb4128a6fa (diff)
New upstream version 2.41-ah~0.git.20200131
Diffstat (limited to 'src/between_exit.hpp')
-rw-r--r--src/between_exit.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/between_exit.hpp b/src/between_exit.hpp
index 7ea686d7..45c5ad3a 100644
--- a/src/between_exit.hpp
+++ b/src/between_exit.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include "h-basic.h"
+#include "h-basic.hpp"
/**
* Surface-level void gates descriptor.
@@ -8,9 +8,9 @@
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 wild_x; /* Wilderness spot to land onto */
+ s16b wild_y; /* Wilderness spot to land onto */
s16b px, py; /* Location of the map */
s16b d_idx; /* Dungeon to land onto */