]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/trek.h
Make these compile on the PowerPC (an unsigned char system).
[bsdgames-darwin.git] / trek / trek.h
index b798d0a1b3cdeb9ffb63b6bbf2be1e61ea9ab7e2..8581dfb3a27e3f8579a9af1e98d72ce4135c49b4 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: trek.h,v 1.4 1997/03/29 20:42:26 thorpej 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
@@ -30,7 +32,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)trek.h      5.5 (Berkeley) 6/1/90
+ *     @(#)trek.h      8.1 (Berkeley) 5/31/93
  */
 
 /*
@@ -74,7 +76,7 @@ struct quad           /* definition for each quadrant */
        char    klings;         /* number of Klingons in this quadrant */
        char    holes;          /* number of black holes in this quadrant */
        int     scanned;        /* star chart entry (see below) */
-       char    stars;          /* number of stars in this quadrant */
+       short   stars;          /* number of stars in this quadrant */
        char    qsystemname;    /* starsystem name (see below) */
 };
 
@@ -337,7 +339,7 @@ struct
 struct
 {
        struct kling    klingon[MAXKLQUAD];     /* sorted Klingon list */
-       char            nkling;                 /* number of Klingons in this sector */
+       short           nkling;                 /* number of Klingons in this sector */
                                                /* < 0 means automatic override mode */
        char            fast;                   /* set if speed > 300 baud */
        struct xy       starbase;       /* starbase in current quadrant */