Xcode build fixes

This commit is contained in:
nhmall
2020-01-25 12:34:06 -05:00
parent f72df6c21f
commit 24f2e098c5
5 changed files with 32 additions and 24 deletions

View File

@@ -430,7 +430,7 @@ boolean
in_out_region(x, y)
xchar x, y;
{
int i, f_indx;
int i, f_indx = 0;
/* First check if hero can do the move */
for (i = 0; i < n_regions; i++) {
@@ -485,7 +485,7 @@ m_in_out_region(mon, x, y)
struct monst *mon;
xchar x, y;
{
int i, f_indx;
int i, f_indx = 0;
/* First check if mon can do the move */
for (i = 0; i < n_regions; i++) {