Make SINKS unconditional.
This commit is contained in:
@@ -504,7 +504,6 @@ register struct obj *obj;
|
||||
dryup(u.ux, u.uy, TRUE);
|
||||
}
|
||||
|
||||
#ifdef SINKS
|
||||
void
|
||||
breaksink(x,y)
|
||||
int x, y;
|
||||
@@ -610,6 +609,5 @@ drinksink()
|
||||
rn2(3) ? (rn2(2) ? "cold" : "warm") : "hot");
|
||||
}
|
||||
}
|
||||
#endif /* SINKS */
|
||||
|
||||
/*fountain.c*/
|
||||
|
||||
Reference in New Issue
Block a user