fix warning without STEED defined

This commit is contained in:
nethack.allison
2003-02-18 12:28:35 +00:00
parent fc2acbb130
commit 86dd975ec6

View File

@@ -115,7 +115,9 @@ but that's really hard.
STATIC_OVL int
in_trouble()
{
#ifdef STEED
register struct obj *otmp;
#endif
int i, j, count=0;
/* Borrowed from eat.c */