(cede_sect): Remove dead code.
This commit is contained in:
parent
3e42c03405
commit
4cf7389ecd
1 changed files with 0 additions and 6 deletions
|
@ -121,17 +121,11 @@ cede_sect(struct nstr_sect *ns, natid to)
|
||||||
struct sctstr sect, osect;
|
struct sctstr sect, osect;
|
||||||
int nsect;
|
int nsect;
|
||||||
int n, bad;
|
int n, bad;
|
||||||
s_char dirstr[20];
|
|
||||||
int off_x, off_y;
|
int off_x, off_y;
|
||||||
struct nstr_item ni;
|
struct nstr_item ni;
|
||||||
struct shpstr ship;
|
struct shpstr ship;
|
||||||
|
|
||||||
prdate();
|
prdate();
|
||||||
for (n = 1; n <= 6; n++)
|
|
||||||
dirstr[n] = dirch[n];
|
|
||||||
dirstr[0] = '.';
|
|
||||||
dirstr[7] = '$';
|
|
||||||
dirstr[8] = '\0';
|
|
||||||
nsect = 0;
|
nsect = 0;
|
||||||
while (nxtsct(ns, §)) {
|
while (nxtsct(ns, §)) {
|
||||||
if (!player->owner)
|
if (!player->owner)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue