(dirchar, neighsects, login_coms, lookup_list, g_distptrs, level_easy)
(level_log, levelnames): Internal linkage.
This commit is contained in:
parent
be78c807e3
commit
3252f8a907
7 changed files with 16 additions and 10 deletions
|
@ -105,7 +105,7 @@ static int owned_and_navigable(s_char *, int, int, s_char *, int);
|
|||
** ________________________________________________________________
|
||||
*/
|
||||
|
||||
s_char *dirchar = "juygbn";
|
||||
static char *dirchar = "juygbn";
|
||||
int dx[6] = { 2, 1, -1, -2, -1, 1 };
|
||||
int dy[6] = { 0, -1, -1, 0, 1, 1 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue