Xcode warning of possible uninitialized variables
This commit is contained in:
@@ -232,7 +232,7 @@ boolean sanctum; /* is it the seat of the high priest? */
|
|||||||
struct monst *priest;
|
struct monst *priest;
|
||||||
struct obj *otmp;
|
struct obj *otmp;
|
||||||
int cnt;
|
int cnt;
|
||||||
int px, py, i, si = rn2(8);
|
int px = 0, py = 0, i, si = rn2(8);
|
||||||
struct permonst *prim = &mons[sanctum ? PM_HIGH_PRIEST : PM_ALIGNED_PRIEST];
|
struct permonst *prim = &mons[sanctum ? PM_HIGH_PRIEST : PM_ALIGNED_PRIEST];
|
||||||
|
|
||||||
for (i = 0; i < 8; i++) {
|
for (i = 0; i < 8; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user