(edit, prsect, doland): Fix `editing' sector coordinates (copies

sector).  New: edit distribution sector, designation and new
designation.  From Ron Koenderink.
This commit is contained in:
Markus Armbruster 2003-12-17 17:24:30 +00:00
parent eb246aadd1
commit 7c6067466c
2 changed files with 62 additions and 28 deletions

View file

@ -151,7 +151,7 @@ extern int dist(void);
extern int drop(void);
extern int dump(void);
extern int echo(void);
extern int doland(s_char, int, struct sctstr *);
extern int doland(s_char, int, s_char *, struct sctstr *);
extern int docountry(s_char, int, s_char *, float, natid, struct natstr *);
extern int doship(s_char, int, s_char *, struct shpstr *);
extern int dounit(s_char, int, s_char *, struct lndstr *);