4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / games / battlestar / fly.c
index c704368..cdccdca 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)fly.c      5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)fly.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "externs.h"
 #endif /* not lint */
 
 #include "externs.h"
@@ -39,10 +39,9 @@ succumb()
 
 visual()
 {
 
 visual()
 {
-       int moveenemy();
+       void moveenemy();
 
        destroyed = 0;
 
        destroyed = 0;
-       savetty();
        if(initscr() == ERR){
                puts("Whoops!  No more memory...");
                return(0);
        if(initscr() == ERR){
                puts("Whoops!  No more memory...");
                return(0);