(diroff, dirch, routech): Declare with array size. Define without.

This requires moving routech[] declaration from map.h to path.h.  Get
rid of s_char.
This commit is contained in:
Markus Armbruster 2005-10-30 16:46:46 +00:00
parent e59f9a43d1
commit ae251d0a58
3 changed files with 8 additions and 9 deletions

View file

@ -39,8 +39,6 @@
#define MAPWIDTH(persec) ((WORLD_X/2)*(persec + 1)+1)
extern s_char *routech[7][2];
extern void blankfill(s_char *, register struct range *, int);
/* src/lib/subs/border.c */
extern int map_set(natid, coord, coord, s_char, int);