Move triplicate defines into single place

This commit is contained in:
Pasi Kallinen
2015-04-14 20:33:30 +03:00
parent dc7d8eb244
commit 647a072b62
4 changed files with 10 additions and 28 deletions
-10
View File
@@ -149,16 +149,6 @@ in_trouble()
struct obj *otmp;
int i, j, count=0;
/* Borrowed from eat.c */
#define SATIATED 0
#define NOT_HUNGRY 1
#define HUNGRY 2
#define WEAK 3
#define FAINTING 4
#define FAINTED 5
#define STARVED 6
/*
* major troubles
*/