And some more warning fixes

This commit is contained in:
Pasi Kallinen
2020-04-06 15:41:26 +03:00
parent e215f09ddb
commit d087746fd7
4 changed files with 10 additions and 33 deletions

View File

@@ -17,6 +17,7 @@ static struct obj *FDECL(on_ground, (SHORT_P));
static boolean FDECL(you_have, (int));
static unsigned long FDECL(target_on, (int, struct monst *));
static unsigned long FDECL(strategy, (struct monst *));
static void FDECL(choose_stairs, (xchar *, xchar *));
/* adding more neutral creatures will tend to reduce the number of monsters
summoned by nasty(); adding more lawful creatures will reduce the number
@@ -321,7 +322,7 @@ register struct monst *mtmp;
return dstrat;
}
void
static void
choose_stairs(sx, sy)
xchar *sx;
xchar *sy;