Fix cclibinfo for rogue

This commit is contained in:
jl777
2019-02-10 07:11:30 -11:00
parent 24c390a0cd
commit 6fdf25af76
10 changed files with 30 additions and 28 deletions

View File

@@ -143,7 +143,7 @@ stomach(struct rogue_state *rs,int arg)
if (food_left <= 0)
{
if (food_left-- < -STARVETIME)
death('s');
death(rs,'s');
/*
* the hero is fainting
*/