summaryrefslogtreecommitdiffstats
path: root/games/rogue/trap.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-11-16 11:55:58 +0000
committermarcel <marcel@FreeBSD.org>1999-11-16 11:55:58 +0000
commit1f86b5a621c2e51a61e461361e1bd7eb85801a08 (patch)
treeb149ed5ffdfb3749fb55d1fd9ba7c419f56bfdf7 /games/rogue/trap.c
parent2227cc5c51e2fdba549d7f71b08a0639cc1bd274 (diff)
downloadFreeBSD-src-1f86b5a621c2e51a61e461361e1bd7eb85801a08.zip
FreeBSD-src-1f86b5a621c2e51a61e461361e1bd7eb85801a08.tar.gz
Fix breakage in previous commit.
Diffstat (limited to 'games/rogue/trap.c')
-rw-r--r--games/rogue/trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rogue/trap.c b/games/rogue/trap.c
index 7467f55..861120d 100644
--- a/games/rogue/trap.c
+++ b/games/rogue/trap.c
@@ -81,7 +81,7 @@ extern boolean sustain_strength;
extern short blind;
trap_at(row, col)
-row, col;
+int row, col;
{
short i;
OpenPOWER on IntegriCloud