Fix "may be used uninitialized" warning

This commit is contained in:
Patric Mueller
2020-10-24 11:38:22 +02:00
parent 74c2716004
commit 8cc75bf583

View File

@@ -52,7 +52,7 @@ register xchar omx, omy, gx, gy;
schar chcnt, cnt;
coord poss[9];
long info[9];
long ninfo;
long ninfo = 0;
long allowflags;
#if 0 /* dead code; see below */
struct obj *ib = (struct obj *) 0;