summaryrefslogtreecommitdiff
path: root/games/trek/trek.h
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>1999-03-12 03:03:05 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>1999-03-12 03:03:05 +0000
commit464bf5d98ce6a9a142dc8e4bccc76cef3d94369f (patch)
treed7abc7ea470c535eda2dc6951e05d019d7e9a4ee /games/trek/trek.h
parentb252f8d0f6dc726b14efb8b561a77780f984c6dc (diff)
Correct documentation, remove useless code, remove duplicate documentation,
don't compile with xTRACE defined, and trim things.
Diffstat (limited to 'games/trek/trek.h')
-rw-r--r--games/trek/trek.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/trek/trek.h b/games/trek/trek.h
index 08f9bea1067..ca53e92de1d 100644
--- a/games/trek/trek.h
+++ b/games/trek/trek.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: trek.h,v 1.3 1998/08/19 07:42:12 pjanzen Exp $ */
+/* $OpenBSD: trek.h,v 1.4 1999/03/12 03:02:45 pjanzen Exp $ */
/* $NetBSD: trek.h,v 1.3 1995/04/22 10:59:36 cgd Exp $ */
/*
@@ -337,7 +337,6 @@ struct
struct kling klingon[MAXKLQUAD]; /* sorted Klingon list */
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 */
char snapshot[sizeof Quad + sizeof Event + sizeof Now]; /* snapshot for time warp */
char statreport; /* set to get a status report on a srscan */
@@ -374,8 +373,10 @@ struct
/****************** COMPILE OPTIONS ***********************/
/* Trace info */
-#define xTRACE 1
+/* #define xTRACE 1 */
+#ifdef xTRACE
int Trace;
+#endif
/* abandon.c */
void abandon __P((int));
@@ -390,9 +391,6 @@ void autover __P((void));
void capture __P((int));
struct kling *selectklingon __P((void));
-/* cgetc.c */
-char cgetc __P((int));
-
/* check_out.c */
int check_out __P((int));