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

@@ -4828,7 +4828,7 @@ void
globby_bill_fixup(obj_absorber, obj_absorbed)
struct obj *obj_absorber, *obj_absorbed;
{
int x, y;
int x = 0, y = 0;
struct bill_x *bp, *bp_absorber = (struct bill_x *) 0;
struct monst *shkp = 0;
struct eshk *eshkp;