warning bit

Avoid gcc's inaccurate warning about mattk possibly being
used before being set in do_breathe().
This commit is contained in:
nethack.rankin
2002-03-25 08:05:27 +00:00
parent e8d404f87c
commit e848030571
3 changed files with 11 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)mondata.c 3.4 2001/12/05 */
/* SCCS Id: @(#)mondata.c 3.4 2002/03/24 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
@@ -6,10 +6,6 @@
#include "eshk.h"
#include "epri.h"
/* fake attack and damage types */
#define AT_ANY (-1)
#define AD_ANY (-1)
/* These routines provide basic data for any type of monster. */
#ifdef OVLB