]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/player.h
avoid non-literal format string
[bsdgames-darwin.git] / sail / player.h
index ea7cde4b875adfe2c23b73e5d00b5aa573a58ed0..cb555a05b16e5555765a7988a66f73548aa1710c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: player.h,v 1.10 2001/01/04 05:34:56 jwise Exp $        */
+/*     $NetBSD: player.h,v 1.13 2009/08/12 09:05:08 dholland Exp $     */
 
 /*
  * Copyright (c) 1983, 1993
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -92,9 +88,8 @@
 extern int done_curses;
 extern int loaded, fired, changed, repaired;
 extern int dont_adjust;
-extern int viewrow, viewcol;
 extern char movebuf[sizeof SHIP(0)->file->movebuf];
-extern char version[];
+extern const char version[];
 extern int player;
 extern struct ship *ms;                /* memorial structure, &cc->ship[player] */
 extern struct File *mf;                /* ms->file */