]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/visual.c
Use An in AUTHORS section.
[bsdgames-darwin.git] / trek / visual.c
index 4137ec6150b9eb782d96bdb85960a83878a9aa69..286901e29ccda5215632dabc29d482dcec2a5dcf 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: visual.c,v 1.7 2007/12/15 19:44:45 perry Exp $ */
+/*     $NetBSD: visual.c,v 1.10 2009/08/12 08:54:54 dholland Exp $     */
 
 /*
  * Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)visual.c   8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: visual.c,v 1.7 2007/12/15 19:44:45 perry Exp $");
+__RCSID("$NetBSD: visual.c,v 1.10 2009/08/12 08:54:54 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -52,8 +52,7 @@ __RCSID("$NetBSD: visual.c,v 1.7 2007/12/15 19:44:45 perry Exp $");
 */
 
 /* This struct[] has the delta x, delta y for particular directions */
-struct xy      Visdelta[11] =
-{
+static struct xy Visdelta[11] = {
        { -1,   -1 },
        { -1,    0 },
        { -1,    1 },
@@ -69,8 +68,7 @@ struct xy     Visdelta[11] =
 
 /*ARGSUSED*/
 void
-visual(z)
-       int z __unused;
+visual(int z __unused)
 {
        int             ix, iy;
        int             co;