lint
[unix-history] / usr / src / games / sail / pl_1.c
index 728f543..563d464 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_1.c      1.12 83/10/14";
+static char *sccsid = "@(#)pl_1.c      1.13 83/10/14";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
@@ -8,8 +8,6 @@ static  char *sccsid = "@(#)pl_1.c      1.12 83/10/14";
 
 int choke(), child();
 
 
 int choke(), child();
 
-char isplayer = 1;
-
 /*ARGSUSED*/
 main(argc, argv)
 int argc;
 /*ARGSUSED*/
 main(argc, argv)
 int argc;
@@ -24,6 +22,7 @@ char **argv;
        extern char _sobuf[];
 
        setbuf(stdout, _sobuf);
        extern char _sobuf[];
 
        setbuf(stdout, _sobuf);
+       isplayer = 1;
 
        while (*++argv && **argv == '-')
                switch (*++*argv) {
 
        while (*++argv && **argv == '-')
                switch (*++*argv) {