Make pre-ANSI compiler happy.

This commit is contained in:
jwalz
2002-03-09 01:59:47 +00:00
parent 04ee82d87d
commit e833424555
5 changed files with 12 additions and 10 deletions

View File

@@ -701,7 +701,9 @@ boolean polyspot;
/* currently only does speed boots, but might be expanded if monsters get to
use more armor abilities */
static int
extra_pref(struct monst *mon, struct obj *obj)
extra_pref(mon, obj)
struct monst *mon;
struct obj *obj;
{
if (obj) {
if (obj->otyp == SPEED_BOOTS && mon->permspeed != MFAST)