Changed ERR to CURSES_ERR.
[unix-history] / usr / src / games / sail / dr_main.c
index 39d1242..433237c 100644 (file)
@@ -1,12 +1,13 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California,
- * All rights reserved.  Redistribution permitted subject to
- * the terms of the Berkeley Software License Agreement.
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char *sccsid = "@(#)dr_main.c   2.3 85/04/26";
-#endif
+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) {