]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/checkcond.c
Add ${MACROS} to ${ROFF} usage to make output readable
[bsdgames-darwin.git] / trek / checkcond.c
index 2a47e351cccbb46369c48eb3e54fd00911d0c2f2..2485d1c2b925b20fd12b14c217fd5ed5ad0b53a6 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: checkcond.c,v 1.4 1997/10/12 21:24:32 christos Exp $   */
+
 /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
-/*static char sccsid[] = "from: @(#)checkcond.c        5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: checkcond.c,v 1.2 1993/08/01 18:50:48 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)checkcond.c        8.1 (Berkeley) 5/31/93";
+#else
+__RCSID("$NetBSD: checkcond.c,v 1.4 1997/10/12 21:24:32 christos Exp $");
+#endif
 #endif /* not lint */
 
-# include      "trek.h"
+#include "trek.h"
 
 /*
 **  Check for Condition After a Move
@@ -63,10 +69,9 @@ static char rcsid[] = "$Id: checkcond.c,v 1.2 1993/08/01 18:50:48 mycroft Exp $"
 **     and battle conditions.
 */
 
+void
 checkcond()
 {
-       register int            i, j;
-
        /* see if we are still alive and well */
        if (Ship.reserves < 0.0)
                lose(L_NOLIFE);