Add missing break

A rolling boulder hitting a wall or a tree could keep going,
possibly going out of map bounds
This commit is contained in:
Pasi Kallinen
2024-04-22 14:46:15 +03:00
parent a49444ea39
commit b76a96bf40

View File

@@ -3384,6 +3384,7 @@ launch_obj(
if (!Deaf)
pline("Thump!");
wake_nearto(x2, y2, 16);
break;
}
}
} /* while dist > 0 */