A lot more cleanup to rust and water.

This commit is contained in:
Sean Hunt
2015-02-23 17:21:11 -05:00
parent d588210a77
commit 7e0d552b06
15 changed files with 206 additions and 267 deletions

View File

@@ -136,7 +136,7 @@ genericptr_t poolcnt;
levl[x][y].typ = POOL;
/* No kelp! */
del_engr_at(x, y);
water_damage(&level.objects[x][y], FALSE, TRUE);
water_damage_chain(level.objects[x][y], TRUE);
if ((mtmp = m_at(x, y)) != 0)
(void) minliquid(mtmp);