Make SINKS unconditional.

This commit is contained in:
Sean Hunt
2015-03-17 18:45:58 +02:00
committed by Pasi Kallinen
parent 161070ce56
commit 44ca9fc16a
23 changed files with 6 additions and 92 deletions
-2
View File
@@ -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*/