code cleanup

removing the remains of sync_hunger() which has been #ifdef'd out for years.
This commit is contained in:
cohrs
2005-03-25 20:00:15 +00:00
parent e367964f90
commit bf8a5983ec
4 changed files with 1 additions and 21 deletions

View File

@@ -154,3 +154,4 @@ all fields in flags struct are unconditionally present
monst cham field now a short and uses mons[] index
rearrange some monster ordering to follow rule #2 listed at top of monst.c
change region player_flags to more appropriate unsigned int instead of boolean
remove remains of sync_hunger, which has been ifdef'd out for years