Remove double defines of hunger states

This commit is contained in:
Pasi Kallinen
2016-01-06 03:23:24 +02:00
parent 31f883da0d
commit ed1c592a9a
2 changed files with 0 additions and 4 deletions

View File

@@ -773,8 +773,6 @@ beautiful()
: "ugly");
}
#define WEAK 3 /* from eat.c */
static const char look_str[] = "look %s.";
STATIC_OVL int

View File

@@ -3118,8 +3118,6 @@ quit:
return 0;
}
#define HUNGRY 2
STATIC_OVL long
getprice(obj, shk_buying)
register struct obj *obj;