summaryrefslogtreecommitdiffstats
path: root/games/trek/attack.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/trek/attack.c')
-rw-r--r--games/trek/attack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/trek/attack.c b/games/trek/attack.c
index 874793b..92dc164 100644
--- a/games/trek/attack.c
+++ b/games/trek/attack.c
@@ -72,7 +72,7 @@ static char sccsid[] = "@(#)attack.c 8.1 (Berkeley) 5/31/93";
attack(resting)
int resting; /* set if attack while resting */
{
- register int hit, i, l;
+ int hit, i, l;
int maxhit, tothit, shldabsb;
double chgfac, propor, extradm;
double dustfac, tothe;
OpenPOWER on IntegriCloud