quite some Xcode warnings

This commit is contained in:
nhmall
2019-08-17 12:55:48 -04:00
parent 490d7f6d54
commit 8a328ff7eb
4 changed files with 4 additions and 3 deletions

View File

@@ -1400,7 +1400,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 (!wportal)