diff options
author | marcel <marcel@FreeBSD.org> | 1999-11-16 11:47:40 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-11-16 11:47:40 +0000 |
commit | 0e4a2bcd5b6b58c2be745e3f9d237c5c2abcc22c (patch) | |
tree | a7a925e1a10470dc0ce7810d32b4267dfa52e981 /games/larn | |
parent | 0100d69d38d066452474abd42b1d43d4e1560f0e (diff) | |
download | FreeBSD-src-0e4a2bcd5b6b58c2be745e3f9d237c5c2abcc22c.zip FreeBSD-src-0e4a2bcd5b6b58c2be745e3f9d237c5c2abcc22c.tar.gz |
Fix breage by previous commit
Diffstat (limited to 'games/larn')
-rw-r--r-- | games/larn/monster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/larn/monster.c b/games/larn/monster.c index 240df92..2e8874c 100644 --- a/games/larn/monster.c +++ b/games/larn/monster.c @@ -853,7 +853,7 @@ hitmonster(x,y) */ hitm(x,y,amt) int x,y; - amt; + int amt; { int monst; int hpoints,amt2; |