don't eyeball yourself.
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Sat, 15 Oct 1983 12:54:29 +0000 (04:54 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Sat, 15 Oct 1983 12:54:29 +0000 (04:54 -0800)
plus no more signalflags

SCCS-vsn: games/sail/pl_1.c 1.11

usr/src/games/sail/pl_1.c

index 3675588..a69826d 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_1.c      1.10 83/10/10";
+static char *sccsid = "@(#)pl_1.c      1.11 83/10/14";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
@@ -108,7 +108,8 @@ char **argv;
                        break;
                case 'I':
                        foreachship(sp)
                        break;
                case 'I':
                        foreachship(sp)
-                               eyeball(sp);
+                               if (sp != ms)
+                                       eyeball(sp);
                        break;
                case 'i':
                        eyeball(closestenemy(ms, 0, 1));
                        break;
                case 'i':
                        eyeball(closestenemy(ms, 0, 1));
@@ -141,7 +142,6 @@ char **argv;
                        dont_adjust = !dont_adjust;
                        break;
                }
                        dont_adjust = !dont_adjust;
                        break;
                }
-               signalflags();
                lost();
        }
 }
                lost();
        }
 }