summaryrefslogtreecommitdiffstats
path: root/games/battlestar/fly.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/battlestar/fly.c')
-rw-r--r--games/battlestar/fly.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/battlestar/fly.c b/games/battlestar/fly.c
index 9d229be..80f23b7 100644
--- a/games/battlestar/fly.c
+++ b/games/battlestar/fly.c
@@ -178,7 +178,7 @@ visual()
screen()
{
- register int r,c,n;
+ int r,c,n;
int i;
clear();
@@ -194,7 +194,7 @@ screen()
target()
{
- register int n;
+ int n;
move(MIDR,MIDC-10);
addstr("------- + -------");
@@ -206,7 +206,7 @@ target()
notarget()
{
- register int n;
+ int n;
move(MIDR,MIDC-10);
addstr(" ");
@@ -218,7 +218,7 @@ notarget()
blast()
{
- register int n;
+ int n;
alarm(0);
move(LINES-1, 24);
OpenPOWER on IntegriCloud