Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-08-30 22:11:44 -04:00
19 changed files with 78 additions and 47 deletions

View File

@@ -1392,7 +1392,7 @@ movebubbles()
struct bubble *b;
struct container *cons;
struct trap *btrap;
int x, y, i, j, bcpin;
int x, y, i, j, bcpin = 0;
/* set up the portal the first time bubbles are moved */
if (!g.wportal)