fix some compiler warnings windows cmdline

Changes to be committed:
	modified:   src/hack.c
	modified:   src/vision.c
This commit is contained in:
nhmall
2015-03-29 20:07:41 -04:00
parent 2a9c913c1c
commit 5a90f5f366
2 changed files with 6 additions and 6 deletions

View File

@@ -1104,7 +1104,7 @@ domove()
register struct monst *mtmp;
register struct rm *tmpr;
register xchar x,y;
struct trap *trap;
struct trap *trap = (struct trap *)0;
int wtcap;
boolean on_ice;
xchar chainx, chainy, ballx, bally; /* ball&chain new positions */