Added version command
authorCraig Leres <leres@ucbvax.Berkeley.EDU>
Sun, 20 Mar 1983 05:54:54 +0000 (21:54 -0800)
committerCraig Leres <leres@ucbvax.Berkeley.EDU>
Sun, 20 Mar 1983 05:54:54 +0000 (21:54 -0800)
SCCS-vsn: games/sail/pl_1.c 1.3
SCCS-vsn: games/sail/pl_1.c 1.3

usr/src/games/sail/pl_1.c

index 4b6a689..de09b45 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_1.c      1.2 83/03/18";
+static char *sccsid = "@(#)pl_1.c      1.3 83/03/19";
 #endif
 #include "player.h"
 #include <sys/types.h>
 #endif
 #include "player.h"
 #include <sys/types.h>
@@ -642,6 +642,9 @@ char ** argv;
            case 'u':
                unfoulplayer();
                break;
            case 'u':
                unfoulplayer();
                break;
+           case 'v':
+               version();
+               break;
            case 'b':
                boarding();
                break;
            case 'b':
                boarding();
                break;