diff options
Diffstat (limited to 'games/hack/hack.makemon.c')
-rw-r--r-- | games/hack/hack.makemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hack/hack.makemon.c b/games/hack/hack.makemon.c index cce2183..64e1ecf 100644 --- a/games/hack/hack.makemon.c +++ b/games/hack/hack.makemon.c @@ -21,7 +21,7 @@ makemon(ptr,x,y) struct permonst *ptr; { struct monst *mtmp; - tmp, ct; + int tmp, ct; boolean anything = (!ptr); extern boolean in_mklev; @@ -160,7 +160,7 @@ goodpos(x,y) /* used only in mnexto and rloc */ rloc(mtmp) struct monst *mtmp; { - tx,ty; + int tx,ty; char ch = mtmp->data->mlet; #ifndef NOWORM |