Changed ERR to CURSES_ERR.
[unix-history] / usr / src / games / sail / dr_main.c
index b8c9943..433237c 100644 (file)
@@ -1,12 +1,13 @@
 /*
  * Copyright (c) 1983 Regents of the University of California.
 /*
  * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dr_main.c  5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)dr_main.c  5.5 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "driver.h"
 
 
 #include "driver.h"
 
@@ -52,6 +53,7 @@ dr_main()
        }
        windspeed = cc->windspeed;
        winddir = cc->winddir;
        }
        windspeed = cc->windspeed;
        winddir = cc->winddir;
+       people = 0;
        for (;;) {
                sleep(7);
                if (Sync() < 0) {
        for (;;) {
                sleep(7);
                if (Sync() < 0) {