From: nethack.allison Date: Tue, 18 Feb 2003 12:28:35 +0000 (+0000) Subject: fix warning without STEED defined X-Git-Tag: MOVE2GIT~2164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86dd975ec6ba6050c268e81844f12b55bd5b1324;p=nethack fix warning without STEED defined --- diff --git a/src/pray.c b/src/pray.c index d9cad716d..4714d1531 100644 --- a/src/pray.c +++ b/src/pray.c @@ -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 */