]> granicus.if.org Git - nethack/commitdiff
Allow crawling out of water on Plane of Water after hurtling
authorPasi Kallinen <paxed@alt.org>
Fri, 15 Jan 2016 13:40:29 +0000 (15:40 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 15 Jan 2016 13:40:29 +0000 (15:40 +0200)
src/dothrow.c

index f9ee2e374127f1676c67734884807c49dbc456d1..ca558c7e68cdec534e77a3577b0f1ef18052ed3c 100644 (file)
@@ -623,6 +623,7 @@ int x, y;
     flush_screen(1);
 
     if (levl[x][y].typ == WATER && Is_waterlevel(&u.uz)) {
+        multi = 0;
         drown();
         return FALSE;
     }