(dirchar, neighsects, login_coms, lookup_list, g_distptrs, level_easy)

(level_log, levelnames): Internal linkage.
This commit is contained in:
Markus Armbruster 2006-03-23 20:32:29 +00:00
parent be78c807e3
commit 3252f8a907
7 changed files with 16 additions and 10 deletions

View file

@ -59,8 +59,13 @@ struct look_list {
struct mchrstr *mp;
} l_u;
int tech;
} lookup_list[200]; /* Change this if there are ever more than 200 planes, ships
or land units. */
};
/*
* Change this if there are ever more than 200 ships, plane or land
* unit types.
*/
static struct look_list lookup_list[200];
static int lookup_list_cnt = 0;
static void