summaryrefslogtreecommitdiffstats
path: root/games/trek/nova.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/trek/nova.c')
-rw-r--r--games/trek/nova.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/trek/nova.c b/games/trek/nova.c
index 3522f30..a327b0d 100644
--- a/games/trek/nova.c
+++ b/games/trek/nova.c
@@ -56,8 +56,8 @@ static char sccsid[] = "@(#)nova.c 8.1 (Berkeley) 5/31/93";
nova(x, y)
int x, y;
{
- register int i, j;
- register int se;
+ int i, j;
+ int se;
if (Sect[x][y] != STAR || Quad[Ship.quadx][Ship.quady].stars < 0)
return;
OpenPOWER on IntegriCloud