summaryrefslogtreecommitdiffstats
path: root/games/trek/torped.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/trek/torped.c')
-rw-r--r--games/trek/torped.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/trek/torped.c b/games/trek/torped.c
index e62c64b..be5c0da 100644
--- a/games/trek/torped.c
+++ b/games/trek/torped.c
@@ -157,7 +157,7 @@ torped()
{
case EMPTY:
continue;
-
+
case HOLE:
printf("Torpedo disappears into a black hole\n");
break;
@@ -178,15 +178,15 @@ torped()
break;
}
break;
-
+
case STAR:
nova(ix, iy);
break;
-
+
case INHABIT:
kills(ix, iy, -1);
break;
-
+
case BASE:
killb(Ship.quadx, Ship.quady);
Game.killb += 1;
OpenPOWER on IntegriCloud