Fix comment, mhurtle now handles pools and lava

This commit is contained in:
Pasi Kallinen
2022-02-23 11:34:35 +02:00
parent 4eaa8cd055
commit 362cb4a317
+1 -1
View File
@@ -918,7 +918,7 @@ mhurtle_step(genericptr_t arg, int x, int y)
return TRUE; return TRUE;
} }
/* TODO: Treat walls, doors, iron bars, pools, lava, etc. specially /* TODO: Treat walls, doors, iron bars, etc. specially
* rather than just stopping before. * rather than just stopping before.
*/ */
if (goodpos(x, y, mon, 0) && m_in_out_region(mon, x, y)) { if (goodpos(x, y, mon, 0) && m_in_out_region(mon, x, y)) {