Make SINKS unconditional.
This commit is contained in:
@@ -2364,10 +2364,8 @@ char *buf;
|
||||
cmap = S_ice; /* "ice" */
|
||||
else if (is_pool(x,y))
|
||||
dfeature = "pool of water";
|
||||
#ifdef SINKS
|
||||
else if (IS_SINK(ltyp))
|
||||
cmap = S_sink; /* "sink" */
|
||||
#endif
|
||||
else if (IS_ALTAR(ltyp)) {
|
||||
Sprintf(altbuf, "%saltar to %s (%s)",
|
||||
((lev->altarmask & AM_SHRINE) &&
|
||||
|
||||
Reference in New Issue
Block a user