Holes and trapdoors have predetermined exit level

Same hole/trapdoor will always take you to the same level.
This commit is contained in:
Pasi Kallinen
2022-07-27 22:51:13 +03:00
parent 543a3c1b9a
commit 05761bada6
4 changed files with 49 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ union vlaunchinfo {
struct trap {
struct trap *ntrap;
coordxy tx, ty;
d_level dst; /* destination for portals */
d_level dst; /* destination for portals/holes/trapdoors */
coord launch;
Bitfield(ttyp, 5);
Bitfield(tseen, 1);