pull in the recent unconditionals merge from master
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* NetHack 3.5 extralev.c $Date$ $Revision$ */
|
||||
/* NetHack 3.5 extralev.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
|
||||
/* NetHack 3.5 extralev.c $Date: 2010/01/10 02:35:19 $ $Revision: 1.5 $ */
|
||||
/* Copyright 1988, 1989 by Ken Arromdee */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -8,8 +9,6 @@
|
||||
|
||||
#include "hack.h"
|
||||
|
||||
#ifdef REINCARNATION
|
||||
|
||||
struct rogueroom {
|
||||
xchar rlx, rly;
|
||||
xchar dx, dy;
|
||||
@@ -335,6 +334,5 @@ makerogueghost()
|
||||
ghostobj->known = TRUE;
|
||||
}
|
||||
}
|
||||
#endif /* REINCARNATION */
|
||||
|
||||
/*extralev.c*/
|
||||
|
||||
Reference in New Issue
Block a user