Make SINKS unconditional.
This commit is contained in:
@@ -418,7 +418,6 @@ typedef unsigned char uchar;
|
||||
/* display features */
|
||||
#define LOADSYMSETS /* loadable symbol sets; only default symbols w/o this */
|
||||
/* dungeon features */
|
||||
#define SINKS /* Kitchen sinks - Janet Walz */
|
||||
/* dungeon levels */
|
||||
#define WALLIFIED_MAZE /* Fancy mazes - Jean-Christophe Collet */
|
||||
#define REINCARNATION /* Special Rogue-like levels */
|
||||
|
||||
@@ -784,10 +784,8 @@ E void FDECL(gush, (int,int,genericptr_t));
|
||||
E void FDECL(dryup, (XCHAR_P,XCHAR_P, BOOLEAN_P));
|
||||
E void NDECL(drinkfountain);
|
||||
E void FDECL(dipfountain, (struct obj *));
|
||||
#ifdef SINKS
|
||||
E void FDECL(breaksink, (int,int));
|
||||
E void NDECL(drinksink);
|
||||
#endif
|
||||
|
||||
/* ### hack.c ### */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user