summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.steal.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.steal.c')
-rw-r--r--games/hack/hack.steal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hack/hack.steal.c b/games/hack/hack.steal.c
index e6a2a1a..6c97a58 100644
--- a/games/hack/hack.steal.c
+++ b/games/hack/hack.steal.c
@@ -65,8 +65,8 @@ steal(mtmp)
struct monst *mtmp;
{
struct obj *otmp;
- tmp;
- named = 0;
+ int tmp;
+ int named = 0;
if(!invent){
if(Blind)
@@ -178,7 +178,7 @@ struct monst *mtmp;
/* release the objects the killed animal has stolen */
relobj(mtmp,show)
struct monst *mtmp;
-show;
+int show;
{
struct obj *otmp, *otmp2;
OpenPOWER on IntegriCloud