value instead of var reference to `bmove'
[unix-history] / usr / src / games / trek / visual.c
index fe75aa0..2679168 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)visual.c   4.1     (Berkeley)      %G%";
+static char sccsid[] = "@(#)visual.c   4.2     (Berkeley)      %G%";
 #endif not lint
 
 # include      "trek.h"
 #endif not lint
 
 # include      "trek.h"
@@ -14,7 +14,7 @@ static char sccsid[] = "@(#)visual.c  4.1     (Berkeley)      %G%";
 */
 
 /* This struct[] has the delta x, delta y for particular directions */
 */
 
 /* This struct[] has the delta x, delta y for particular directions */
-struct xy      Visdelta[11]
+struct xy      Visdelta[11] =
 {
        -1,     -1,
        -1,      0,
 {
        -1,     -1,
        -1,      0,