Reset next_boulder when boulder was pushed

This commit is contained in:
Pasi Kallinen
2022-03-05 16:36:26 +02:00
parent 3834bb2ca0
commit 71fe55eba8

View File

@@ -424,6 +424,7 @@ moverock(void)
/* Move the boulder *after* the message. */
if (glyph_is_invisible(levl[rx][ry].glyph))
unmap_object(rx, ry);
otmp->next_boulder = 0;
movobj(otmp, rx, ry); /* does newsym(rx,ry) */
if (Blind) {
feel_location(rx, ry);