summaryrefslogtreecommitdiffstats
path: root/sail/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'sail/player.h')
-rw-r--r--sail/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sail/player.h b/sail/player.h
index 0419adc3..6f6c9db2 100644
--- a/sail/player.h
+++ b/sail/player.h
@@ -1,4 +1,4 @@
-/* $NetBSD: player.h,v 1.11 2003/08/07 09:37:44 agc Exp $ */
+/* $NetBSD: player.h,v 1.12 2009/03/14 20:10:43 dholland Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -90,7 +90,7 @@ 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 */